mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
startafter or continuation token shouldn't be returned if they are not specified in the request
Signed-off-by: Albin Antony <aantony@redhat.com>
This commit is contained in:
parent
968778e81b
commit
1ba6187525
1 changed files with 0 additions and 12 deletions
|
@ -1348,18 +1348,6 @@ def test_bucket_list_marker_none():
|
|||
response = client.list_objects(Bucket=bucket_name)
|
||||
eq(response['Marker'], '')
|
||||
|
||||
@attr(resource='bucket')
|
||||
@attr(method='get')
|
||||
@attr(operation='list all keys with list-objects-v2')
|
||||
@attr(assertion='no pagination, no continuationtoken')
|
||||
@attr('list-objects-v2')
|
||||
def test_bucket_listv2_continuationtoken_none():
|
||||
key_names = ['bar', 'baz', 'foo', 'quxx']
|
||||
bucket_name = _create_objects(keys=key_names)
|
||||
client = get_client()
|
||||
|
||||
response = client.list_objects_v2(Bucket=bucket_name)
|
||||
eq(response['ContinuationToken'], '')
|
||||
|
||||
@attr(resource='bucket')
|
||||
@attr(method='get')
|
||||
|
|
Loading…
Reference in a new issue