Projekt

Allgemein

Profil

Aktionen

Setup s3fs

Requirements

To configure ssh you will need the following:
  • a installed and supported operating system (e.g. CentOS 8.x)
  • root-access
  • a fast internet connection

Preliminary Note

Some basic information may be found at

Install s3fs

dnf install s3fs-fuse

Configure s3fs

create password-file

echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > /etc/passwd-s3fs
chmod 600 /etc/passwd-s3fs

mount FS

s3fs bucket-name mnt/s3/ -o passwd_file=etc/passwd-s3fs -o url=https://s3.choose-open.cloud/ -o use_path_request_style

Von Jeremias Keihsler vor etwa 2 Jahren aktualisiert · 1 Revisionen