gradle-s3-plugin icon indicating copy to clipboard operation
gradle-s3-plugin copied to clipboard

Allow specifying metadata for a file upload

Open paour opened this issue 7 years ago • 3 comments

The documentation describes how to upload a file that contains the hash for an artifact. Another way to accomplish the same use-case is to use S3 metadata to store the hash. This can be done by providing an optional ObjectMetadata parameter to the PutObjectRequest constructor.

I can create a PR if you're interested.

paour avatar Aug 30 '17 14:08 paour

https://github.com/skhatri/gradle-s3-plugin/pull/17

paour avatar Sep 13 '17 16:09 paour

Any plans to release this? @skhatri

pgilad avatar Jul 09 '18 09:07 pgilad

this looks to be pushed is there an example for usage? want to set cache-control.

tim-oe avatar Jan 14 '22 17:01 tim-oe