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

@@ -56,6 +56,12 @@ var parseTests = []struct {
Bucket: "bucketname",
}},
},
{"s3:eu-central-1/repo", Location{Scheme: "s3",
Config: s3.Config{
Region: "eu-central-1",
Bucket: "repo",
}},
},
{"s3:https://hostname.foo/repo", Location{Scheme: "s3",
Config: s3.Config{
URL: "https://hostname.foo",