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

Commits on Sep 30, 2022

  1. Fix list_objects and remove_objects methods

    - 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 authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    cf09edf View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Fixing a typo

    Antelox authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    de96788 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Fix black lint

    nazywam committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    228cb62 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    1b5f705 View commit details
    Browse the repository at this point in the history