-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--uid/gid not working #63
Comments
you do want 0.0.5, you may need to use |
I tried to use go get -u but it seems not to update... does my syntax using the uid/gid seem correct? |
the uid/gid usage seems correct. What does |
I kind of tried another solution. I will try to replicate and report back (thanks for taking the time to help!) |
Understood. It's odd because I cannot reproduce it here. |
Hi,
I have a node.js app and thought to share a mount between nodes in my cluster (EC2 instance) using an S3 mount (for users upload, which will be served through a static s3 site).
I am trying to use goofys for mounting the S3 bucket.
I followed the installation instruction and I am able to mount my bucket and see the files as the root user (centos). I am not able to access it as the web user (which supposed to run the node.js application):
Am I doing something wrong?
PS - the installed version I have is goofys version 0.0.4... shouldn't I get the latest version following the install directions in the main readme page?
The text was updated successfully, but these errors were encountered: