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

Use a pager to iterate through a GCS bucket #75

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 8, 2023

  1. Use a pager to iterate through a GCS bucket

    Iterating through a GCS bucket can be resource intensive, especially
    when doing it recursively for all objects in the bucket.
    
    This commit tries to resolve that by using a pager with a fixed page
    size and reusing a single slice to process results.
    
    Signed-off-by: Filip Petkovski <[email protected]>
    fpetkovski committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    da17d77 View commit details
    Browse the repository at this point in the history