Merge "Fix listing objects in s3 driver"
This commit is contained in:
commit
6231909461
@ -276,6 +276,7 @@ class S3Storage(physical.PhysicalStorage):
|
|||||||
|
|
||||||
all_objects.extend(response['Contents'])
|
all_objects.extend(response['Contents'])
|
||||||
is_truncated = response['IsTruncated']
|
is_truncated = response['IsTruncated']
|
||||||
|
marker = response['Contents'][-1]['Key']
|
||||||
return all_objects
|
return all_objects
|
||||||
|
|
||||||
def put_object(self, bucket_name, key, data):
|
def put_object(self, bucket_name, key, data):
|
||||||
|
Loading…
Reference in New Issue
Block a user