You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?