findify / s3mock

Embedded S3 server for easy mocking
MIT License
387 stars 107 forks source link

Support object tagging, no versions. #120

Open radekg opened 6 years ago

radekg commented 6 years ago

Add object tagging support with (no versions). Related: https://github.com/findify/s3mock/issues/68

radekg commented 6 years ago

I think the unwanted side effect here might be that when issuing a PutObjectRequest.withTagging followed by SetObjectTagging, the latter will not replace the tags set by the former request. Not sure how much of a concern that is but can be definitely looked at in a separate pr.

alcebal2002 commented 1 year ago

Hi radekg, wonder if this functionality has been finally included or not. And, as per your comment, it´s not clear to me if there is a way to set the tags when putting the object. Is that the case ? Can we (at least) set the tags at the same time the object is created / put for the first time ? If that´s the case, could you please clarify how ?

radekg commented 1 year ago

@alcebal2002 No Idea, it seems nobody cares anyway. I stopped using scala as a primary language years ago and I do not care, frankly.