Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a gateway endpoint for PutBucketTagging #553

Open
amwolff opened this issue Mar 18, 2025 · 0 comments
Open

add a gateway endpoint for PutBucketTagging #553

amwolff opened this issue Mar 18, 2025 · 0 comments

Comments

@amwolff
Copy link
Member

amwolff commented Mar 18, 2025

Add a gateway endpoint for PutBucketTagging. #549 must be done first. Make sure you add exhaustive tests. Useful context from @pwilloughby:

[…]

  • A tag set can contain as many as 50 tags
  • The tag key is a case-sensitive string that can contain 1 to 128 Unicode characters.
  • The tag value is a case-sensitive string that can contain from 0 to 256 Unicode characters

There are no operations on individual tags. A whole tagset is read, deleted, written or overwritten with the get, delete, and put endpoints. The minio code uses the globalbucketmetadata stuff which will need to be removed and plumbed through the gateway, uplink, and satellite layers.

[…]

Originally posted by @pwilloughby in #7378

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant