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
=================================================================== ERRORS ====================================================================
_____________________________________________ ERROR at teardown of test_object_put_authenticated ______________________________________________
s3tests_boto3/functional/init.py:290: in teardown
nuke_prefixed_buckets(prefix=prefix)
s3tests_boto3/functional/init.py:164: in nuke_prefixed_buckets
raise err
s3tests_boto3/functional/init.py:155: in nuke_prefixed_buckets
nuke_bucket(client, bucket_name)
s3tests_boto3/functional/init.py:108: in nuke_bucket
for objects in list_versions(client, bucket, batch_size):
s3tests_boto3/functional/init.py:89: in list_versions
listing = client.list_object_versions(
.tox/py/lib/python3.10/site-packages/botocore/client.py:514: in _api_call
return self._make_api_call(operation_name, kwargs)
E botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the ListObjectVersions operation: A version-id marker cannot be empty.
.tox/py/lib/python3.10/site-packages/botocore/client.py:938: ClientError
------------------------------------------------------------ Captured stdout setup ------------------------------------------------------------
Done with cleanup of buckets in tests.
Done with cleanup of buckets in tests.
Done with cleanup of buckets in tests.
=========================================================== short test summary info ===========================================================
ERROR s3tests_boto3/functional/test_s3.py::test_object_put_authenticated - botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the ListObjectVersions operation: A version-id marker ca...
========================================================= 1 passed, 1 error in 2.03s ==========================================================
ERROR: InvocationError for command /opt/s3-test/s3-tests-master/.tox/py/bin/pytest -m 'not fails_on_aws' s3tests_boto3/functional/test_s3.py::test_object_put_authenticated (exited with code 1)
___________________________________________________________________ summary ___________________________________________________________________
ERROR: py: commands failed
The text was updated successfully, but these errors were encountered:
I am getting the same error for any test I try to run against aws
============================================================= test session starts =============================================================
platform linux -- Python 3.10.6, pytest-7.2.1, pluggy-1.0.0
cachedir: .tox/py/.pytest_cache
rootdir: /opt/s3-test/s3-tests-master, configfile: pytest.ini
collected 1 item
s3tests_boto3/functional/test_s3.py .E [100%]
=================================================================== ERRORS ====================================================================
_____________________________________________ ERROR at teardown of test_object_put_authenticated ______________________________________________
configfile = <class 'munch.Munch'>
s3tests_boto3/functional/init.py:320:
s3tests_boto3/functional/init.py:290: in teardown
nuke_prefixed_buckets(prefix=prefix)
s3tests_boto3/functional/init.py:164: in nuke_prefixed_buckets
raise err
s3tests_boto3/functional/init.py:155: in nuke_prefixed_buckets
nuke_bucket(client, bucket_name)
s3tests_boto3/functional/init.py:108: in nuke_bucket
for objects in list_versions(client, bucket, batch_size):
s3tests_boto3/functional/init.py:89: in list_versions
listing = client.list_object_versions(
.tox/py/lib/python3.10/site-packages/botocore/client.py:514: in _api_call
return self._make_api_call(operation_name, kwargs)
self = <botocore.client.S3 object at 0x7fd6843d9f30>, operation_name = 'ListObjectVersions'
api_params = {'Bucket': 'sg-ak-test-1', 'EncodingType': 'url', 'KeyMarker': '', 'MaxKeys': 128, ...}
E botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the ListObjectVersions operation: A version-id marker cannot be empty.
.tox/py/lib/python3.10/site-packages/botocore/client.py:938: ClientError
------------------------------------------------------------ Captured stdout setup ------------------------------------------------------------
Done with cleanup of buckets in tests.
Done with cleanup of buckets in tests.
Done with cleanup of buckets in tests.
=========================================================== short test summary info ===========================================================
ERROR s3tests_boto3/functional/test_s3.py::test_object_put_authenticated - botocore.exceptions.ClientError: An error occurred (InvalidArgument) when calling the ListObjectVersions operation: A version-id marker ca...
========================================================= 1 passed, 1 error in 2.03s ==========================================================
ERROR: InvocationError for command /opt/s3-test/s3-tests-master/.tox/py/bin/pytest -m 'not fails_on_aws' s3tests_boto3/functional/test_s3.py::test_object_put_authenticated (exited with code 1)
___________________________________________________________________ summary ___________________________________________________________________
ERROR: py: commands failed
The text was updated successfully, but these errors were encountered: