Support for new S3 configuration options: endpoint & multi del disabling. #218

This commit is contained in:
Andrey Smirnov
2015-04-17 01:18:34 +03:00
parent 0791c88a02
commit 8cc7d1345b
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -66,13 +66,15 @@ func (s *ConfigSuite) TestSaveConfig(c *C) {
" \"test\": {\n"+
" \"region\": \"us-east-1\",\n"+
" \"bucket\": \"repo\",\n"+
" \"endpoint\": \"\",\n"+
" \"awsAccessKeyID\": \"\",\n"+
" \"awsSecretAccessKey\": \"\",\n"+
" \"prefix\": \"\",\n"+
" \"acl\": \"\",\n"+
" \"storageClass\": \"\",\n"+
" \"encryptionMethod\": \"\",\n"+
" \"plusWorkaround\": false\n"+
" \"plusWorkaround\": false,\n"+
" \"disableMultiDel\": false\n"+
" }\n"+
" },\n"+
" \"SwiftPublishEndpoints\": {\n"+