All public logs

Jump to navigation Jump to search

Combined display of all available logs of Traxel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:48, 23 September 2023 RobertBushman talk contribs created page Category:AWS (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...")