Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
Go to file
2012-10-28 17:27:15 +04:00
doc/source Update doc/source/index.rst 2012-10-09 08:00:35 -07:00
swift3 BucketController.PUT don't return error response if CONTENT_LENGTH is invalid 2012-10-28 17:27:15 +04:00
.gitignore BucketController.PUT don't return error response if CONTENT_LENGTH is invalid 2012-10-28 17:27:15 +04:00
.unittests Add unittests from swift repository. 2012-05-21 13:21:24 +02:00
AUTHORS WIP - acls and test cases 2012-10-15 14:59:43 -07:00
CHANGELOG Addding a few base files to the project. 2012-05-21 13:05:34 +02:00
LICENSE Addding a few base files to the project. 2012-05-21 13:05:34 +02:00
README.md update README 2012-06-16 21:14:49 +09:00
setup.py Fix setup.py 2012-06-16 20:51:47 +09:00

Swift3

Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.

Install

  1. Install Swift3 with sudo python setup.py install or sudo python setup.py develop or via whatever packaging system you may be using.

  2. Alter your proxy-server.conf pipeline to have swift3:

    Was::

     [pipeline:main]
     pipeline = catch_errors cache tempauth proxy-server
    

    Change To::

     [pipeline:main]
     pipeline = catch_errors cache swift3 tempauth proxy-server
    
  3. Add to your proxy-server.conf the section for the Swift3 WSGI filter::

    [filter:swift3] use = egg:swift3#swift3