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

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -