Skip to content

Feature: support tagging for writing S3 objects#2

Merged
dmitsf merged 1 commit into
masterfrom
dmitsf/add_tagging
Jun 2, 2025
Merged

Feature: support tagging for writing S3 objects#2
dmitsf merged 1 commit into
masterfrom
dmitsf/add_tagging

Conversation

@dmitsf

@dmitsf dmitsf commented Jun 2, 2025

Copy link
Copy Markdown
Member

Adds the option to tag S3 objects for writing objects via extendng WriterOptions.

Example:

err = bucket.WriteAll(ctx, someKey, []byte{}, &blob.WriterOptions{
	Tags: map[string]string{
		"foo": "bar",
	},
})

Result:

Screenshot 2025-06-02 at 11 39 05 AM

@dmitsf dmitsf changed the title Feature: support tagging for S3 write objects Feature: support tagging for writing S3 objects Jun 2, 2025
@dmitsf

dmitsf commented Jun 2, 2025

Copy link
Copy Markdown
Member Author

Merging with some tests failed for now because updating the replay files requires generation steps from the library maintainers.

@dmitsf dmitsf merged commit 198735a into master Jun 2, 2025
0 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.

3 participants