s3cmd

Command-line tool for managing files on Amazon S3

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for the Amazon S3 service

Commands

s3cmd

Examples

Configure s3cmd with AWS credentials$ s3cmd --configure
List all S3 buckets$ s3cmd ls
Upload a file to S3 bucket$ s3cmd put /path/to/file s3://bucket-name/
Download a file from S3 bucket$ s3cmd get s3://bucket-name/file /path/to/destination