Skip to content

Conversation

@dmitsf
Copy link
Member

@dmitsf dmitsf commented Jun 3, 2025

Allows to pass tags for objects copying:

Example:

err := bucket.Copy(ctx, object.destinationKey, key, &blob.CopyOptions{
	Tags: map[string]string{
		"foo": "bar",
	},
})

Gives:

Screenshot 2025-06-03 at 11 33 36 AM

@dmitsf dmitsf merged commit d5f80e3 into master Jun 3, 2025
2 of 6 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.

2 participants