Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Patch to overcome rare cases, when version listing of AWS S3 object lists only 1000 versions #343

Closed
vlcinsky opened this issue Sep 18, 2011 · 0 comments

Comments

@vlcinsky
Copy link

I experienced some versioned objects, which have millions versions, but in some rare cases it listed only 1000 versions. If max_keys parameter is used and set to value 999 or less, then this problem is resolved (at least on the side of the client, it seems to be long living bug in AWS S3).
Patch is shown here: https://gist.github.com/1225558 and is in full detail described in this blog entry: http://ridingpython.blogspot.com/2011/09/resolving-incomplete-aws-s3-version.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants