What is “s3cmd” Package?

Command-line tool for the Amazon S3 service
For more details: http://s3tools.org/s3cmd

checkout 9 useful commands of s3cmd to manage AWS S3

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install s3cmd.
    brew install s3cmd

Now, use s3cmd!