About - galkindmitrii/openstack_swift_s3 GitHub Wiki

SwiftS3 is an OpenStack Swift middleware to interract with Swift just like it is Amazon Simple Storage Service. Unlike other similar projects, this version supports multipart upload. Under the hood SwiftS3 has a pack of classes and methods that are used to create new requests to interract with Swift REST API and return received responses. All the main code is located in swifts3/middleware.py and all the unittests are located in tests/unit/test_swifts3.py