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

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

scikit learn - python sklearn KDTree with haversine distance -