ProfouzorsLinx/backends
mutantmonkey 872340e0dc 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.
2019-05-09 09:13:58 -07:00
..
localfs Add PutMetadata function to storage backends (#171) 2019-04-09 13:28:18 -07:00
s3 Fix PutMetadata with S3 backend (#176) 2019-05-09 09:13:58 -07:00
meta.go Add S3 backend (#156) 2019-01-24 23:33:11 -08:00
storage.go Add PutMetadata function to storage backends (#171) 2019-04-09 13:28:18 -07:00