aws-s3-sync
Verified for current stable LTS
Aws S3 Sync Commands
Aws S3 Sync command syntax with verified terminal examples.
Commands
8 commands for Aws S3 Sync
aws-s3-sync HTTP
Aws S3 Sync Command: Sync Buckets
aws s3 sync s3://<bucket_source_name>/<path/to/remote_location> s3://<bucket_target_name>/<path/to/remote_location> aws-s3-sync Operations
Aws S3 Sync Command: Sync To Bucket Advanced Options
aws s3 sync <path/to/local_directory> s3://<bucket_name>/<path/to/remote_location> --acl <private|public-read> --storage-class <STANDARD_IA|GLACIER> aws-s3-sync Operations
Aws S3 Sync Command: Display Help
aws s3 sync help aws-s3-sync Operations
Aws S3 Sync Command: Sync Local To Bucket
aws s3 sync <path/to/directory> s3://<bucket_name>/<path/to/remote_location> aws-s3-sync Operations
Aws S3 Sync Command: Sync Bucket To Local
aws s3 sync s3://<bucket_name>/<path/to/remote_location> <path/to/directory> aws-s3-sync Operations
Aws S3 Sync Command: Sync Local To Bucket Exclude
aws s3 sync <path/to/directory> s3://<bucket_name>/<path/to/remote_location> --exclude <path/to/file> --exclude <path/to/directory>/* aws-s3-sync HTTP
Aws S3 Sync Command: Sync Buckets With Delete
aws s3 sync s3://<bucket_source_name>/<path/to/remote_location> s3://<bucket_target_name>/<path/to/remote_location> --delete aws-s3-sync Operations
Aws S3 Sync Command: Sync Local To Bucket Skip Unchanged
aws s3 sync <path/to/directory> s3://<bucket_name>/<path/to/remote_location> --size-only Suggest a Aws S3 Sync Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aws S3 Sync workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.