aws cli - Sending files using aws sync -
i'm using aws sync command have jenkins send files s3. problem aws sync sends same file again though has same file name 1 in s3. because have tar untar file before sending s3 , tarring , untar changes modification time. there anyway send files s3 more efficiently same file not sent?
you can specify --size-only
flag make size of each object criteria used decide whether sync source destination. (docs)
Comments
Post a Comment