mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1603] Mount Root is available? #842
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#842
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 @fly3366 on GitHub (Mar 15, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1603
Version of s3fs being used (s3fs --version)
_example: 1.89
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.2
Kernel information (uname -r)
4.19
GNU/Linux Distribution, if applicable (cat /etc/os-release)
debian buster
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
I have use
s3fs .(bucket name set as . , but not a bucket name), Is it mean i can use any bucket under this domain?eg. /mount/ponit/for/s3fs/bucketA -> http://xxx.xxx.xxx/bucketA
/mount/ponit/for/s3fs/bucketB -> http://xxx.xxx.xxx/bucketB?
@fly3366 commented on GitHub (Mar 15, 2021):
if not, may change "/:\;!@#$%^&?|+=" -> "/:\;!@#$%^&?|+=." ?
@gaul commented on GitHub (Apr 23, 2021):
S3 bucket names are generally limited by DNS. Some extended names are possible if you use
-o use_path_request_style. Does this resolve your issue?@fly3366 commented on GitHub (May 3, 2021):
Sorry, It's not a problem,