mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2525] Prefix options don't seem to work unless prefix is "/" #1234
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#1234
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 @nhartwic on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2525
s3fs seems to work fine for me when I want to mount a whole bucket, but all of my attempts to mount a specific path seem to have failed. Brief command line snippet as an example:
Note that "$MYBUCKET:/root/" clearly exists since I can mount the bucket with a "/" prefix and see that "root" exists, but whenever I try to more directly mount "root", it just doesn't work. And this seems to be true for any prefix I've tested other than "/"
Other requested information:
At the moment, my workaround is to just mount the bucket and then softlink to the prefix, but this is messier than I'd like.
@KirigiriSuzumiya commented on GitHub (Dec 20, 2024):
Same issue appeared when using self-hosted minio as s3 backend. Any progress? @nhartwic
@ggtakec commented on GitHub (Jan 19, 2025):
Try starting s3fs with
dbglevel=info(ordbglevel=dbg) andcurldbgoptions and get the execution log.The log may provide some clues to solving this problem.