Skip to content

v2.1.4

Compare
Choose a tag to compare
@andreimarcu andreimarcu released this 09 May 16:17
· 56 commits to master since this release
Fix PutMetadata with S3 backend (#176)

It turns out that the S3 API expects the additional `MetadataDirective:
REPLACE` option in order to update metadata. If this is not provided,
then metadata will simply be copied from the source object, which is not
what we wanted.