search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Aws S3 Commands

17 aws-s3 entries

Limited to 100 results

Back to all tools
aws-s3

Aws S3 Command: List Files

aws s3 ls <bucket_name>
aws-s3

Aws S3 Command: List Files In Bucket

aws s3 ls <bucket_name>
aws-s3

Aws S3 Command: List Files In S3 Bucket

aws s3 ls <bucket_name>
aws-s3

Aws S3 Command: Preview Changes Only

aws s3 <any_command> --dryrun
aws-s3

Aws S3 Command: Preview Command Changes

aws s3 <any_command> --dryrun
aws-s3

Aws S3 Command: Preview S3 Command Changes Only

aws s3 <any_command> --dryrun
aws-s3

Aws S3 Command: Remove File From Bucket

aws s3 rm s3://<bucket>/<path/to/file>
aws-s3

Aws S3 Command: Remove File From S3 Bucket

aws s3 rm s3://<bucket>/<path/to/file>
aws-s3

Aws S3 Command: Sync Bucket To Local

aws s3 sync s3://<bucket_name> <path/to/target>
aws-s3

Aws S3 Command: Sync Bucket To Local Directory

aws s3 sync s3://<bucket_name> <path/to/target>
aws-s3

Aws S3 Command: Sync Local Directory To Bucket

aws s3 sync <path/to/directory> s3://<bucket_name>
aws-s3

Aws S3 Command: Sync Local Directory To S3 Bucket

aws s3 sync <path/to/directory> s3://<bucket_name>
aws-s3

Aws S3 Command: Sync Local Directory With Exclusions

aws s3 sync <path/to/directory> s3://<bucket_name> --exclude <path/to/file> --exclude <path/to/directory>/*
aws-s3

Aws S3 Command: Sync Local Directory With Exclusions To S3 Bucket

aws s3 sync <path/to/directory> s3://<bucket_name> --exclude <path/to/file> --exclude <path/to/directory>/*
aws-s3

Aws S3 Command: Sync Local To Bucket

aws s3 sync <path/to/directory> s3://<bucket_name>
aws-s3

Aws S3 Command: Sync S3 Bucket To Local Directory

aws s3 sync s3://<bucket_name> <path/to/target>
aws-s3

Aws S3 Command: Sync With Exclusions

aws s3 sync <path/to/directory> s3://<bucket_name> --exclude <path/to/file> --exclude <path/to/directory>/*