Benutzer-Werkzeuge

Webseiten-Werkzeuge


help:s3:start

Dies ist eine alte Version des Dokuments!


S3 Object Storage

Mount

Step 1 - Installation

  1. For Ubuntu/Debian:
    sudo apt-get update
    sudo apt-get install s3fs

Step 2 - Configure Access Credentials and mount point

For Hetzner Object Storage, create access credentials in the Hetzner Cloud Console

Create a credentials file:

echo "ACCESS_KEY_ID:SECRET_ACCESS_KEY" | sudo tee /root/.passwd-s3fs > /dev/null
Set proper permissions:

sudo chmod 600 /root/.passwd-s3fs
Create the mount point

sudo mkdir /mnt/s3storage

help/s3/start.1739885415.txt.gz · Zuletzt geändert: von mritter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki