jamhall/s3rver

Implement x-amz-tagging support

Opened this issue · 4 comments

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.

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

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

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.

@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.