So I've just a brand new VPS which I'll be using for nextcloud. I followed this guide. I did (on a brand new machine):
Apt install s3fs
Create a /etc/passwd-s3fs file with key:secret key
Chmoded it 600
Ran s3fs nameofmywasabibucket /mnt/wasabi -o passwd_file=/etc/passwd-s3fs -o url=https://s3.wasabisys.com I got the typical linux "Mhm" (nothing logged), meaning nothing went wrong right?
Created a hello.txt inside of /mnt/wasabi but it doesn't seem to be any different than any other directory... Nothing comes up in files on my wasabi bucket
Am I doing something wrong?
Edit: For european Servers, you have to use s3.eu-central-1.wasabisys.com instead of s3.wasabisys.com PROBLEM SOLVED