s5cmd

Parallel S3 and local filesystem execution tool

brewmacoslinux
Try with needOr install directly
Source

About

Parallel S3 and local filesystem execution tool

Commands

s5cmd

Examples

List objects in an S3 bucket$ s5cmd ls s3://my-bucket/
Copy files from S3 to local directory in parallel$ s5cmd cp s3://my-bucket/path/* /local/path/
Sync local directory to S3 bucket$ s5cmd sync /local/path/ s3://my-bucket/path/