mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #868] bucket mounted by user01 successfully but all subfolders are owned by root so no access by user01 #502
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#502
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 @s4mx on GitHub (Dec 5, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/868
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
Version of s3fs being used (s3fs --version)
V1.84(commit:d9e89de) with OpenSSL
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
libfuse2 (= 2.9.2-4ubuntu4.14.04.1)
Kernel information (uname -r)
4.2.0-27-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
s3fs command line used, if applicable
s3fs -o allow_other s3-bucket /s3mount/s3-bucket -o passwd_file=~/.passwd-s3fs
@gaul commented on GitHub (Feb 2, 2019):
When an object lacks permission s3fs assumes it has the most restrictive permissions,
000. Could you try mounting with-o umask=027provides a default permission? Or try compiling from master which should also work around this symptom.@gaul commented on GitHub (Apr 9, 2019):
Can you retest with 1.85 and reopen this issue if symptoms persist?