S3cmd lets you copy files from/to Amazon S3 (Simple Storage Service) using a simple to use command line client. Supports rsync-like backup, GPG encryption, and more. Also supports management of Amazon's CloudFront content delivery network.
S3cmd lets you copy files from/to Amazon S3 (Simple Storage Service) using a simple to use command line client. Supports rsync-like backup, GPG encryption, and more. Also supports management of Amazon's CloudFront content delivery network.
To install s3cmd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install s3cmd
To see what files were installed by s3cmd, run:
port contents s3cmd
To later upgrade s3cmd, run:
sudo port selfupdate && sudo port upgrade s3cmd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.