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

Fix list_objects and remove_objects methods #198

Merged
merged 4 commits into from
Jan 5, 2023

Conversation

Antelox
Copy link
Contributor

@Antelox Antelox commented Sep 30, 2022

  • Introducing pagination in list_objects method in order to return all the objects contained within a given bucket;
  • Chunking the list of objects to be removed with remove_objects method to avoid raising exceptions in case of list bigger than 1000 elements.

- Introducing pagination in `list_objects` method in order to return all the objects contained within a given bucket;
- Chunking the list of objects to be removed with `remove_objects` method to avoid raising exceptions in case of list bigger than 1000 elements.
@Antelox
Copy link
Contributor Author

Antelox commented Sep 30, 2022

Fix #197

@psrok1 psrok1 merged commit 3ae7d42 into CERT-Polska:master Jan 5, 2023
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.

3 participants