Re: [openstack-dev] Need help with Openstack Swift Installation and configuration with S3

2017-11-14 Thread John Dickinson
To do this you want to use the `swift3` middleware, available at https://github.com/openstack/swift3. Its `README.md` file has installation instructions. Also note that the Swift community is currently integrating the `swift3` middleware into Swift's code repo. In the future, you will not need

[openstack-dev] Need help with Openstack Swift Installation and configuration with S3

2017-11-14 Thread Shalabh Aggarwal
Hi, We just started with Openstack Swift which we intend to use as a replacement for an API which was written to work with AWS S3. We know that Swift is S3 compatible and our API should work out of the box with it. We have not been able to get Swift running with S3 plugins. I was wondering if