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

Provide Metadata of Files Uploaded During S3 SyncTask

Open noelob opened this issue 9 years ago • 0 comments
trafficstars

Hi,

I have a task that uses SyncTask to upload an arbitrary number of files to S3, and I need to check the ETAGs (MD5) of each file uploaded against another system. Is it possible to have the SyncTask keep track of the ObjectMetadata of each file it uploaded so that I can inspect/verify in the doLast block of my task?

Thanks, Noel

noelob avatar Sep 13 '16 16:09 noelob