summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio/minio-go/pkg/credentials/config.json.sample
blob: 130746f4baf5b581002e336783a1f4b29051d329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"version": "8",
	"hosts": {
		"play": {
			"url": "https://play.minio.io:9000",
			"accessKey": "Q3AM3UQ867SPQQA43P2F",
			"secretKey": "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG",
			"api": "S3v2"
		},
		"s3": {
			"url": "https://s3.amazonaws.com",
			"accessKey": "accessKey",
			"secretKey": "secret",
			"api": "S3v4"
		}
	}
}