s5cmd is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files.
s5cmd is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files.
To install s5cmd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install s5cmd
To see what files were installed by s5cmd, run:
port contents s5cmd
To later upgrade s5cmd, run:
sudo port selfupdate && sudo port upgrade s5cmd
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.