swift/test/functional/s3api
Timur Alperovich d4e7940457 Start transition to boto3 in s3api tests.
Adds the scaffolding required for tests to use boto3 and converts the
test_bucket.py tests to the new interface. Follow on patches will
convert the other tests to use the boto3 library.

Notable changes: we no longer try to reach for the equivalent of
`boto.make_request()` and instead rely on the boto3/botocore event
system to mutate requests as necessary (or to disable pre-flight
validators).

Partial-Bug: 1557260
Change-Id: I3d77ef4a6b878c49ebfa0c8b8647d7199d87601e
2019-05-21 22:10:20 +00:00
..
__init__.py Start transition to boto3 in s3api tests. 2019-05-21 22:10:20 +00:00
s3_test_client.py Start transition to boto3 in s3api tests. 2019-05-21 22:10:20 +00:00
test_acl.py Add another user for s3api func tests 2018-09-14 13:33:51 +00:00
test_bucket.py Start transition to boto3 in s3api tests. 2019-05-21 22:10:20 +00:00
test_multi_delete.py s3api: Allow concurrent multi-deletes 2018-12-06 23:20:52 +00:00
test_multi_upload.py Merge "s3api: Delete multipart uploads via multi-delete" 2019-02-23 02:08:40 +00:00
test_object.py Merge "Properly handle custom metadata upon an object COPY operation" 2018-10-17 07:07:11 +00:00
test_presigned.py Import swift3 into swift repo as s3api middleware 2018-04-27 15:53:57 +09:00
test_service.py Import swift3 into swift repo as s3api middleware 2018-04-27 15:53:57 +09:00
utils.py Import swift3 into swift repo as s3api middleware 2018-04-27 15:53:57 +09:00