mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #842] Can't mount S3 prefix which contains '.' in the path. #488
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#488
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 @samuel281 on GitHub (Oct 19, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/842
Additional Information
Version of s3fs being used (s3fs --version)
1.84
Kernel information (uname -r)
4.14.62-65.117.amzn1.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Amazon Linux AMI"
VERSION="2018.03"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2018.03"
PRETTY_NAME="Amazon Linux AMI 2018.03"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:linux:2018.03:ga"
HOME_URL="http://aws.amazon.com/amazon-linux-ami
s3fs command line used, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
Mounting S3 prefix is failing when it has '.'
It works if I remove the dot.
@gaul commented on GitHub (Jan 15, 2019):
I successfully mounted a similar directory via
s3fs bucket:/test.dir mnt/. Did you create this directory with s3fs or another tool? If the latter the bucket will lack the directory object s3fs reads metadata from.@ggtakec commented on GitHub (Mar 29, 2019):
This issue is as same as #623 .
Please see for detail(which is same thing @gaul said):
https://github.com/s3fs-fuse/s3fs-fuse/wiki/FAQ#q-could-not-mount-with-specifying-the-path-under-bucket
I will close this, but if the problem persists, please reopen or post a new issue.
Thanks in advance for your assistance.