s3_maxkeys
Description
|
Sets the maximum number of keys that can be returned by
s3listobjects. If the query would return more than this number of keys, the istruncated field of the s3objectslist record will be set to 'true' and you should call s3listobjects again to retrieve the next batch of keys.
|
Type
|
Integer, read/write
|
Default value
|
1000
|
Note
|
Values less than 1, or greater than 1000, will be ignored.
|