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

Implement x-amz-tagging support #492

Open
Climax777 opened this issue Jul 19, 2019 · 4 comments
Open

Implement x-amz-tagging support #492

Climax777 opened this issue Jul 19, 2019 · 4 comments

Comments

@Climax777
Copy link

Please implement the tagging feature of s3 https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html

The header is: x-amz-tagging and is key-value encoded like most header stuff.

@kherock
Copy link
Collaborator

kherock commented Jul 31, 2019

I'll take a look at this soon. This should be simple to implement, no one has asked for it until now!

@fishcharlie
Copy link
Contributor

If I can find time this weekend going to see if I can work on implementing this.

@fishcharlie
Copy link
Contributor

I'm super confused about this issue. Should this even still be open?

As @kherock mentioned in this comment: #591 (comment), there is a test that covers this use case.

@kherock
Copy link
Collaborator

kherock commented Feb 14, 2021

@fishcharlie you might be confusing this with x-amz-meta-* support. Tagging is stored separately from meta and is only shown in the ?tagging endpoints for buckets an objects. More documentation is available here.

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

3 participants