Specify integer value for MaxKeys in S3 response
This commit is contained in:
parent
819a308e2b
commit
617e994ac6
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ class ResponseObject(_TemplateEnvironmentMixin):
|
|||
key_list=versions,
|
||||
bucket=bucket,
|
||||
prefix='',
|
||||
max_keys='',
|
||||
max_keys=1000,
|
||||
delimiter='',
|
||||
is_truncated='false',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue