s3: properly integrate minio-go lib

This commit is contained in:
Alexander Neumann 2015-12-29 00:27:29 +01:00
parent 2c15597e24
commit 407819e5a9
5 changed files with 81 additions and 43 deletions

View file

@ -7,11 +7,11 @@ var configTests = []struct {
cfg Config
}{
{"s3://eu-central-1/bucketname", Config{
Region: "eu-central-1",
URL: "eu-central-1",
Bucket: "bucketname",
}},
{"s3:eu-central-1/foobar", Config{
Region: "eu-central-1",
URL: "eu-central-1",
Bucket: "foobar",
}},
{"s3:https://hostname:9999/foobar", Config{