mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-26 05:45:57 +03:00
[GH-ISSUE #1379] using allow_other but still get permission denied #736
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#736
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @troke12 on GitHub (Aug 28, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1379
Version of s3fs being used (s3fs --version)
v1.82
Kernel information (uname -r)
4.15.0-112-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
Details about issue
I was mounting my Google Cloud Storage bucket with option allow_other, and integrate the bucket with my website and using NGINX. But it's still got permission denied
ERROR LOG in NGINX
2020/08/28 08:47:10 [error] 15123#15123: *4 open() "/root/storage/favicon.ico" failed (13: Permission denied), client: 1.1.1.1, server: storage.mydomain, request: "GET /favicon.ico HTTP/1. 1", host: "storage.mydomain.com", referrer: "https://storage.mydomain.com/index.html"Nginx configuration
@gaul commented on GitHub (Oct 10, 2020):
Could you test with the latest version 1.87? It has multiple permission fixes.
@gaul commented on GitHub (Nov 15, 2020):
Please reopen if symptoms persist.