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
This commit is contained in:
committed by
Tim Burke
parent
2f05025255
commit
d4e7940457
@@ -3,6 +3,8 @@ asn1crypto==0.24.0
|
||||
Babel==2.5.3
|
||||
bandit==1.1.0
|
||||
boto==2.32.1
|
||||
boto3==1.9
|
||||
botocore==1.12
|
||||
castellan==0.13.0
|
||||
certifi==2018.1.18
|
||||
cffi==1.11.5
|
||||
|
||||
Reference in New Issue
Block a user