johannesboyne / gofakes3

A simple fake AWS S3 object storage (used for local test-runs against AWS S3 APIs)
MIT License
358 stars 81 forks source link

Putting a tag overrides the body #72

Open elgohr opened 1 year ago

elgohr commented 1 year ago

When putting a tag via PutObjectTagging the body of the targeted object is overwritten with the content of the tagging. See https://github.com/johannesboyne/gofakes3/pull/71