Difference between revisions of "Aws s3 sync"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[aws s3]] sync</code> recursively copies new and updated files from the source directory to the destination. https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html
+
<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>[[aws s3]] sync --delete ./build/ s3://${bucket_name}/ </code>
+
 
 +
* <code>[[--cache-control]]</code>
 +
 
 +
 
 +
[[aws s3 sync --help]]
  
  

Latest revision as of 16:17, 15 October 2024

Advertising: