2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00
restic/vendor/github.com/minio/minio-go/v6/pkg/credentials/config.json.sample

17 lines
326 B
Plaintext
Raw Normal View History

2017-07-23 12:24:45 +00:00
{
"version": "8",
"hosts": {
"play": {
2019-11-22 13:57:56 +00:00
"url": "https://play.min.io",
2017-07-23 12:24:45 +00:00
"accessKey": "Q3AM3UQ867SPQQA43P2F",
"secretKey": "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG",
"api": "S3v2"
},
"s3": {
"url": "https://s3.amazonaws.com",
"accessKey": "accessKey",
"secretKey": "secret",
"api": "S3v4"
}
}
}