mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1284] Folder is mounted as a file #689
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#689
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 @LouisBertin on GitHub (Apr 30, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1284
Details about issue
I'm facing with an issue to link Nextcloud with s3fs. The s3 bucket comes from Wasabi.
Everything works except one folder mounted as a file. This folder has a space in his name, maybe the error came from here? His name is Projets clients
Version of s3fs being used
1.82
Version of fuse being used
2.9.7
Kernel information (uname -r)
4.15.0-99
GNU/Linux Distribution
Ubuntu - 18.04.4 LTS
s3fs command line used
@gaul commented on GitHub (Jun 5, 2020):
Could you share the output of aws cli ls for this folder and especially the output from s3api head-object for "Projets clients"?
@gaul commented on GitHub (Jun 23, 2020):
Please test with the latest version 1.86 which includes #885.