Skip to content

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