Created
February 28, 2019 19:13
-
-
Save catvec/2eb5068b96888e0a43c4d995839067f5 to your computer and use it in GitHub Desktop.
Salt s3fs-fuse configuration for a Digital Ocean Space
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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