help:s3:start
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
S3 Object Storage
Mount
Step 1 - Installation
- 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.1739885463.txt.gz · Zuletzt geändert: von mritter
