Created
September 4, 2017 20:02
-
-
Save anonymous/8d9c74502322fd86b0741b1be289deca to your computer and use it in GitHub Desktop.
FSTab mount GCS bucket as specific user (www-data)
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
<GCS BUCKET NAME (NO gs:// prefix)> <MOUNT POINT> gcsfuse ro,noauto,uid=33,gid=33,noatime,async,_netdev,noexec,user 1 0 | |
Example: | |
GCS Bucket name: a-test-bkt | |
Mount point: /mnt/atb | |
a-test-bucket /mnt/atb gcsfuse ro,noauto,uid=33,gid=33,noatime,async,_netdev,noexec,user 1 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment