Override default max-keys option #14562
Answered
by
dkocher
pradeep8985
asked this question in
Q&A
-
Hello All, I am aware that the default max-keys are limited to 1000. Is there any way to override this option? I have tried to override by using the following in custom profile, but it doesn't work. Any leads are much appreciated...
|
Beta Was this translation helpful? Give feedback.
Answered by
dkocher
Apr 21, 2023
Replies: 1 comment 1 reply
-
I suppose you are referring to the Footnotes |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pradeep8985
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suppose you are referring to the
max-keys
parameter in S3 1. You can use the propertys3.listing.chunksize
2 instead as in your example which applies to this parameter.Footnotes
https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html#API_ListObjectVersions_RequestSyntax ↩
https://github.com/iterate-ch/cyberduck/blob/7b6fdd3271e2752abe1dcc39fc61d03ffa43c10d/defaults/src/main/resources/default.properties#L305 ↩