gradle-s3-plugin
gradle-s3-plugin copied to clipboard
Allow specifying metadata for a file upload
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.
https://github.com/skhatri/gradle-s3-plugin/pull/17
Any plans to release this? @skhatri
this looks to be pushed is there an example for usage? want to set cache-control.