Add a Swift remoteStorage provider

This commit is contained in:
Greg Karékinian
2015-04-29 16:52:20 +02:00
parent e18646839b
commit 35c04f85e4
8 changed files with 1015 additions and 684 deletions

View File

@@ -13,6 +13,13 @@ development: &defaults
cs_binaries: rs.binaries
authorizations: rs_authorizations
opslog: rs_opslog
# # uncomment this section and comment the riak one
# swift: &swift_defaults
# host: "https://swift.example.com"
# # Redis is needed for the swift backend
# redis:
# host: localhost
# port: 6379
test:
<<: *defaults