diff --git a/doc/src/docbkx/openstack-object-storage-admin/objectstorageadmin.xml b/doc/src/docbkx/openstack-object-storage-admin/objectstorageadmin.xml index e41d4cfdc08..19a31db24ac 100644 --- a/doc/src/docbkx/openstack-object-storage-admin/objectstorageadmin.xml +++ b/doc/src/docbkx/openstack-object-storage-admin/objectstorageadmin.xml @@ -1235,10 +1235,17 @@ memcache time for the key). HEAD Object PUT Object PUT Object (Copy) - + To use this middleware, first download the latest version from its repository. + to your proxy server(s). + + $ git clone https://github.com/fujita/swift3.git + + Then, install it using standard python mechanisms, such as: + $ sudo python setup.py install To add this middleware to your configuration, add the swift3 middleware in front of the auth middleware, and before any other middleware that look at swift requests (like rate limiting). + Ensure that your proxy-server.conf file contains swift3 in the pipeline and the [filter:swift3] section, as shown below: