The system will return a maximum of 10,000 Object names per request. To retrieve subsequent Object names, another request must be made with a ‘marker’ parameter. The marker indicates where the last list left off and the system will return Object names greater than this marker, up to 10,000 again. Note that the ‘marker’ value should be URL encoded prior to sending the HTTP request.
If 10,000 is larger than desired, a ‘limit’ parameter may be given.
If the number of Object names returned equals the limit given (or 10,000 if no limit is given), it can be assumed there are more Object names to be listed. If the container name list is exactly divisible by the limit, the last request will simply have no content.
I have a container with 12,000 files in it. Currently Cyberduck only displays 10,000 files, cutting off the container.
There is no way to set the marker or number of files to view higher than the current 10,000 files which would be a great feature to have.
The text was updated successfully, but these errors were encountered: