Category:AWS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 September 2023

23 September 2023

  • curprev 04:4804:48, 23 September 2023RobertBushman talk contribs 1,291 bytes +1,291 Created page with "Category:Hacking = CLI = == S3 Sync == <pre>aws s3 sync <local_directory> s3://<bucket_name>/<optional_prefix> --exact-timestamps --size-only</pre> Here's a breakdown of the options: * <local_directory>: The local directory you want to sync with S3. * s3://<bucket_name>/<optional_prefix>: The destination S3 bucket and an optional prefix (like a folder). * --exact-timestamps: By default, aws s3 sync uses the LastModified time to determine whether an S3 object is the..."