Ticket #3950 (closed enhancement: fixed)
Increase Mosso/Rackspace Cloud File limit beyond 10,000
| Reported by: | dandemole@… | Owned by: | dkocher |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3.1 |
| Component: | cloudfiles | Version: | 3.3 |
| Severity: | normal | Keywords: | |
| Cc: | Platform: | ||
| Architecture: |
Description
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.
Change History
comment:1 Changed 9 months ago by dkocher
- Priority changed from high to normal
- Component changed from core to cloudfiles
- Milestone set to 3.4
comment:2 Changed 9 months ago by dkocher
From the documentation:
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.
