aws-s3
Verified for current stable LTS
Aws S3 Commands
Aws S3 command syntax with verified terminal examples.
Commands
6 commands for Aws S3
aws-s3 Operations
Aws S3 Command: List Files
aws s3 ls <bucket_name> aws-s3 Operations
Aws S3 Command: Sync Local To Bucket
aws s3 sync <path/to/directory> s3://<bucket_name> aws-s3 Operations
Aws S3 Command: Preview Changes Only
aws s3 <any_command> --dryrun aws-s3 HTTP
Aws S3 Command: Sync Bucket To Local
aws s3 sync s3://<bucket_name> <path/to/target> aws-s3 Operations
Aws S3 Command: Sync With Exclusions
aws s3 sync <path/to/directory> s3://<bucket_name> --exclude <path/to/file> --exclude <path/to/directory>/* aws-s3 Operations
Aws S3 Command: Remove File From Bucket
aws s3 rm s3://<bucket>/<path/to/file> Suggest a Aws S3 Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aws S3 workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.