Skip to content

Add support for copying blobs between containers #24

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

Merged
merged 2 commits into from
May 15, 2025

Conversation

JoeDupuis
Copy link
Member

Fixes #23

Add support for copying blobs between containers

Enhances the copy_blob method to accept a source_client parameter, allowing blobs
to be copied between different containers.

Example usage

client.copy_blob(destination_key, source_key, source_client: source_client)

# Original functionality is preserved
client.copy_blob(destination_key, source_key)

@JoeDupuis JoeDupuis merged commit a4f4672 into main May 15, 2025
14 of 15 checks passed
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.

copy_blob between containers?
1 participant