mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2030] ls: cannot access: Not a directory #1021
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#1021
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 @yousefhosny1 on GitHub (Sep 9, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2030
Details about issue
I am facing an issue where I cannot access folders in my bucket through s3fs, however the folders are present in AWS console and I can access them through there..
@ggtakec commented on GitHub (Sep 24, 2022):
Try the
compat_diroption.In some cases, such as when uploading a file that includes a subdirectory path from other than s3fs (such as the S3 console), it may not be possible to display or access it without this option.
Thanks in advance for your help.