Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information