Difference between revisions of "Aws s3 sync"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Recursively copies new and updated files from the source directory to the destination. https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html
+
{{lowercase}}
 +
<code>[[aws s3]] sync</code> recursively copies new and updated files from the source directory to the destination. https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/sync.html
  
 
* <code>aws s3 sync s3://BUCKET_NAME ./</code>
 
* <code>aws s3 sync s3://BUCKET_NAME ./</code>
 +
* <code>[[aws s3]] sync ./build/ s3://${bucket_name}/ </code>
 +
* <code>[[aws s3]] sync --delete ./build/ s3://${bucket_name}/ </code>
  
  
 +
* <code>[[--cache-control]]</code>
  
 +
 +
[[aws s3 sync --help]]
 +
 +
 +
== Related ==
 +
* <code>[[rsync]]</code>
  
 
== See also ==
 
== See also ==
* {{AWS}}
+
* {{aws s3}}
 +
* {{S3}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 16:17, 15 October 2024

Advertising: