Skip to content

Instantly share code, notes, and snippets.

@catvec
Created February 28, 2019 19:13
Show Gist options
  • Save catvec/2eb5068b96888e0a43c4d995839067f5 to your computer and use it in GitHub Desktop.
Save catvec/2eb5068b96888e0a43c4d995839067f5 to your computer and use it in GitHub Desktop.
Salt s3fs-fuse configuration for a Digital Ocean Space
MOUNT_POINT:
mount.mounted:
- device: DIGITAL_OCEAN_SPACE_NAME
- fstype: fuse.s3fs
- mkmnt: True
- opts: passwd_file=YOUR_S3FS_PASSWD_FILE,use_path_request_style,url=https://REGION.digitaloceanspaces.com,uid=UID,gid=GID,umask=000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment