Add Minio container
Minio is an s3 compatible server written in go.
This commit is contained in:
29
workspace/mc/config.json
Normal file
29
workspace/mc/config.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "8",
|
||||
"hosts": {
|
||||
"gcs": {
|
||||
"url": "https://storage.googleapis.com",
|
||||
"accessKey": "YOUR-ACCESS-KEY-HERE",
|
||||
"secretKey": "YOUR-SECRET-KEY-HERE",
|
||||
"api": "S3v2"
|
||||
},
|
||||
"minio": {
|
||||
"url": "http://minio:9000",
|
||||
"accessKey": "access",
|
||||
"secretKey": "secretkey",
|
||||
"api": "S3v4"
|
||||
},
|
||||
"play": {
|
||||
"url": "https://play.minio.io:9000",
|
||||
"accessKey": "Q3AM3UQ867SPQQA43P2F",
|
||||
"secretKey": "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG",
|
||||
"api": "S3v4"
|
||||
},
|
||||
"s3": {
|
||||
"url": "https://s3.amazonaws.com",
|
||||
"accessKey": "YOUR-ACCESS-KEY-HERE",
|
||||
"secretKey": "YOUR-SECRET-KEY-HERE",
|
||||
"api": "S3v4"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user