Skip to content

Feature: allow tagging for S3 copying#5

Merged
dmitsf merged 1 commit intomasterfrom
dmitsf/tags_for_copy
Jun 3, 2025
Merged

Feature: allow tagging for S3 copying#5
dmitsf merged 1 commit intomasterfrom
dmitsf/tags_for_copy

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.

1 participant