aws s3 sync

From wikieduonline
Revision as of 07:38, 5 May 2023 by Welcome (talk | contribs)
Jump to navigation Jump to search

aws s3 sync 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

  • aws s3 sync s3://BUCKET_NAME ./
  • aws s3 sync ./build/ s3://${bucket_name}/
  • aws s3 sync --delete ./build/ s3://${bucket_name}/


Related

See also

Advertising: