github.com/StarfishStorage/goofys@v0.23.2-0.20200415030923-535558486b34/README.sf (about)

     1  
     2  Note, this is built using a go fetch and go built in ~/go/kahing/goofys. After fetching apply
     3  the patch with git apply then build and install and the go binary should be in ~/go/bin/goofys
     4  
     5  rename to sfs3
     6  
     7  url to fetch https://starfishdownloads.s3.amazonaws.com/sfs3
     8  
     9  To use, bucket credentials should be stored in /root/.aws/credentials
    10  For each bucket, something like the following is recommended (or uid=0, gid=0)
    11  example launch:
    12  sudo /usr/bin/goofys --profile starfish --uid=1001 --gid=1002 -o allow_other --dir-mode=0755 --file-mode=0644 sf-bigbucket /mnt/sf-bigbucket
    13  
    14  example /etc/fstab:
    15  goofys#sf-bigbucket     /mnt/sf-bigbucket       fuse    _netdev,allow_other,--profile=starfish,--uid=0,--gid
    16  =0 0    0
    17