Browse Docs

Storage

Storage sections in docs

Documentation regarding storage technologies.

In this section

  • CEPH
  • S3 blockstorage

    S3cmd command

    S3cmd is a tool to handle blockstorage S3 type.

    Install the command

     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
    

    Configure it

    • From Cloud providers (for example DO):
    • Log in to the DigitalOcean Control Panel.

    • Navigate to API > Spaces Access Keys and generate a new key pair.

Thursday, January 15, 2026 Monday, January 1, 1