b651e63fd488e10ef8b4c8fc9f263a49dd207f51
This fix a bug for deleting multiple objects. This change enables swift3 to receive request body correctly in order to prevent that swift3 does not return response for multi object deletion request. Signed-off-by: Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>
Swift3
Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
Install
-
Install Swift3 with
sudo python setup.py installorsudo python setup.py developor via whatever packaging system you may be using. -
Alter your proxy-server.conf pipeline to have swift3:
Was::
[pipeline:main] pipeline = catch_errors cache tempauth proxy-serverChange To::
[pipeline:main] pipeline = catch_errors cache swift3 tempauth proxy-server -
Add to your proxy-server.conf the section for the Swift3 WSGI filter::
[filter:swift3] use = egg:swift3#swift3
Description
Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
Languages
Python
99.3%
Shell
0.7%