mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Merge pull request #359 from huww98/master
Test list_objects_v2 KeyCount with Delimiter
This commit is contained in:
commit
4e3fd5ff41
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ def test_bucket_listv2_delimiter_basic():
|
|||
prefixes = _get_prefixes(response)
|
||||
eq(len(prefixes), 2)
|
||||
eq(prefixes, ['foo/', 'quux/'])
|
||||
eq(response['KeyCount'], len(prefixes) + len(keys))
|
||||
|
||||
|
||||
@attr(resource='bucket')
|
||||
|
|
Loading…
Reference in a new issue