S3 CLI Tool Quick Start for Mint
Hello Linux Mint User, the Tutorial Shows You Step-by-step How to Install a S3 Command Line Tool and Syncing S3 Buckets on Linux Mint 18 Sarah 32/64-bit Mate/Cinnamon/Xfce/KDE Desktop.
The s3cmd is a Very Useful Command Line Tool that Enable Synchronization of Local Folders/Directories with the S3 Buckets and without a Risk of Wiping the Existing Remote Data.
The Post Comprehends all Commands and Links Needed to Successfully Installing s3cmd on Linux Mint.
Relax and Take the Time to Reading, Understanding and Executing the Command and Instructions Given.

-
Download s3cmd:
-
Double-Click on Archive and Extract into /tmp
Or from Shell:tar xvzf s3cmd*.tar.gz -C /tmp/
-
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Replace s3 Command Line Tool
su
If Got “User is Not in Sudoers file” then Look: Solution
mv /tmp/s3cmd* /opt/s3cmd
Set the SuperUser as owner with:
sudo chown -R root:root /opt/s3cmd
And again to give Execution Permissions:
sudo chmod -R +x /opt/s3cmd
-
Making a Symlink
ln -s /opt/s3cmd/s3cmd /usr/local/bin/s3cmd
-
Install Required Package
apt-get install python-dateutil
-
Initial s3cmd Set-Up
su <username>
/opt/s3cmd/s3cmd --configure
You Will Need to Enter your Amazon AWS S3 Credentials.
More you will need to Confirm All the Proposed Settings.
-
Getting-Started with s3cmd to Sync:
Tags: Amazon AWS S3, Amazon s3, Command line, Console, Guide, How-to, Install, install s3 cli mint, install s3 command line tool mint, Linux, Linux Mint, linux mint 18 Sarah, s3 cli mint, S3 Sync, s3cmd, Terminal