gradle-aws-plugin
gradle-aws-plugin copied to clipboard
Provide Metadata of Files Uploaded During S3 SyncTask
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