Skip to content

Conversation

@dmitsf
Copy link
Member

@dmitsf dmitsf commented Jun 2, 2025

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
Copy link
Member Author

dmitsf commented Jun 2, 2025

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.

4 participants