mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1942] Mounting Folder Using Instance Role #979
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#979
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 @qscacheri on GitHub (May 4, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1942
Is possible to use s3fs using an instance role for access without having to give the role access to the root of the bucket? I'd like to mount a folder without having to give the role access to anything else in the bucket. Is this possible?
Thanks!
@shmuelzon commented on GitHub (Sep 28, 2022):
Hey, I'd like to know as well. The user has access only to one directory in a bucket, but not the root directory.
s3cmdworks when specifying the directory but it seems s3fs is trying to log-in to the root of the bucket.@qscacheri, where you able to get this working? I tried tricking it with the
servicepathoption to add the specific directory to the URLs3fsuses but that didn't seem to work.Thanks in advance!
@ggtakec commented on GitHub (Feb 12, 2023):
@qscacheri @shmuelzon Sorry for my late reply.
I believe this is fixed due to #2087.
If you can, please try it(master branch).
This issue will be closed, but please reopen it if you still have problems.