boyvinall / minio-gcs

Experimental setup using the deprecated minio gateway feature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minio-gcs

Experimental setup using the deprecated minio gateway feature.

Add the following to ~/.mc/config.json:

{
    "version": "10",
    "aliases": {
        "local": {
            "url": "http://localhost:9000",
            "accessKey": "accesskey",
            "secretKey": "secretkey",
            "api": "S3v4",
            "path": "auto"
        },
        "local2": {
            "url": "http://localhost:9001",
            "accessKey": "accesskey",
            "secretKey": "secretkey",
            "api": "S3v4",
            "path": "auto"
        }
    }
}

Then upload some random bytes:

dd if=/dev/random of=random bs=1 count=1M
mc cp random local/gcsgateway/random

About

Experimental setup using the deprecated minio gateway feature