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

Add progress callback for transferred object keys in copy_files_from #192

Merged
merged 2 commits into from
Aug 27, 2024

Commits on Aug 21, 2024

  1. rohmu: extract copy_files_from to super class BaseTransfer

    This allows us to hook the key iteration
    without an override for each provider transfer.
    tilman-aiven committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b6b332b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. rohmu: add progress callback for transferred object keys

    Added callback progress_fn to copy_files_from
    which tracks the progress of transferred objects with completed and total files.
    
    This does not measure the number of bytes
    in order to avoid a provider based implementation.
    tilman-aiven committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e030ab6 View commit details
    Browse the repository at this point in the history