Skip to content

Connecting to minio over s3fs

Create the password file

sudo echo private:sectet > /etc/passwd-s3fs

Assign permissions

chmod 600 /etc/passwd-s3fs

Create a mount point for the bucket

sudo mkdir /mnt/s3

Connect to the bucket

s3fs <bucket> /mnt/s3 -o passwd_file=/etc/passwd-s3fs,use_path_request_style,url=https://s3.breadnet.co.uk:9000

Want to make this site better? Open a PR or help fund hosting costs