s4cmd

Super S3 command-line tool for efficient AWS S3 operations

brewmacoslinux
Try with needOr install directly
Source

About

Super S3 command-line tool

Commands

s4cmd

Examples

Upload a file to S3 bucket$ s4cmd put local_file.txt s3://my-bucket/remote_file.txt
Download a file from S3 bucket$ s4cmd get s3://my-bucket/remote_file.txt local_file.txt
List contents of S3 bucket$ s4cmd ls s3://my-bucket/