Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looping over the entire bucket to find bad keynames #347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ronaldvanrij
Copy link

The fixbucket commands needs to loop over all keys in the bucket, not just the first 1000 items.

@mdomsch
Copy link
Contributor

mdomsch commented Jun 23, 2014

There are several places where it is necessary to loop over the bucket list. You added the 2nd instance; checking for multipart uploads #346 is another. The bucket_list, check for truncated, and repeat needs to get pushed down a layer and split into some helper functions for readability or we'll just keep hitting it over and over again.

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

Successfully merging this pull request may close these issues.

2 participants