Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Created July 7, 2023 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/8459fefd84ff26718b38b96948259128 to your computer and use it in GitHub Desktop.
Save vpnwall-services/8459fefd84ff26718b38b96948259128 to your computer and use it in GitHub Desktop.
[S3 OBJECT STORAGE OVH] S3 Object Storage OVH #ovh #s3 #object #storage #filesystem #s3fs

S3 OBJECT STORAGE OVH

To mount it, Object storage must use s3 API (and not Openstack Swift) => need to associate user to bucket

  • Put crentials in file /root/.passwd-s3fs keeeeeeeeeeeeeeyy:seeeeeecreeeetkey

  • Perms chmod 600 /root/.passwd-s3fs

  • Create dir mkdir /srv/s3

  • Mount s3fs <mybucketname> /srv/s3/ -o passwd_file=/root/.passwd-s3fs -o url=https://s3.gra.io.cloud.ovh.net/ # for debugging #-o dbglevel=info -f -o curldbg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment