Storage sections in docs
Documentation regarding storage technologies.
S3cmd is a tool to handle blockstorage S3 type.
1# Ubuntu install
2sudo apt-get install s3cmd
3
4# Redhat install
5sudo dnf install s3cmd
6
7# or from sources
8wget https://sourceforge.net/projects/s3tools/files/s3cmd/2.2.0/s3cmd-2.2.0.tar.gz
9tar xzf s3cmd-2.2.0.tar.gz
10cd s3cmd-2.2.0
11sudo python3 setup.py install
Log in to the DigitalOcean Control Panel.
Navigate to API > Spaces Access Keys and generate a new key pair.