You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If S3 server does not support versioning, then teardown fails on every test. Teardown uses client.list_object_versions which throws exception on S3 servers without versioning support.
If S3 server does not support versioning, then teardown fails on every test. Teardown uses
client.list_object_versions
which throws exception on S3 servers without versioning support.s3-tests/s3tests_boto3/functional/__init__.py
Line 108 in b147201
Teardown might be a bit smarter and use
list_objects
if bucket versioning is disabled.The text was updated successfully, but these errors were encountered: