Merge "Allow access to the in-memory object server"
This commit is contained in:
commit
5bec0852c0
@ -61,6 +61,7 @@ scripts =
|
||||
paste.app_factory =
|
||||
proxy = swift.proxy.server:app_factory
|
||||
object = swift.obj.server:app_factory
|
||||
mem_object = swift.obj.mem_server:app_factory
|
||||
container = swift.container.server:app_factory
|
||||
account = swift.account.server:app_factory
|
||||
|
||||
@ -92,7 +93,7 @@ build-dir = doc/build
|
||||
source-dir = doc/source
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user