[GH-ISSUE #1603] Mount Root is available? #842

Closed
opened 2026-03-04 01:49:16 +03:00 by kerem · 3 comments
Owner

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 . 

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

curl_util.cpp:url_to_host(349): url is http://xxx.xxx.xxx

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?

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 . ``` #### 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_ ``` curl_util.cpp:url_to_host(349): url is http://xxx.xxx.xxx ``` ### 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?
kerem 2026-03-04 01:49:16 +03:00
  • closed this issue
  • added the
    need info
    label
Author
Owner

@fly3366 commented on GitHub (Mar 15, 2021):

if not, may change "/:\;!@#$%^&?|+=" -> "/:\;!@#$%^&?|+=." ?

<!-- gh-comment-id:799286140 --> @fly3366 commented on GitHub (Mar 15, 2021): if not, may change "/:\\;!@#$%^&*?|+=" -> "/:\\;!@#$%^&*?|+=." ?
Author
Owner

@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?

<!-- gh-comment-id:825673773 --> @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?
Author
Owner

@fly3366 commented on GitHub (May 3, 2021):

Sorry, It's not a problem,

<!-- gh-comment-id:831086550 --> @fly3366 commented on GitHub (May 3, 2021): Sorry, It's not a problem,
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#842
No description provided.