mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #837] Unable to connect error which nearly freezes MacOS #484
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#484
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 @olalonde on GitHub (Oct 11, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/837
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on MacOS or BSD
Version of s3fs being used (s3fs --version)
V1.84(commit:unknown)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
17.5.0
Kernel information (uname -r)
command result: uname -r
GNU/Linux Distribution, if applicable (cat /etc/os-release)
MacOS 10.13.4
s3fs command line used, if applicable
/etc/fstab entry, if applicable
Details about issue
After the last log line, s3fs freezes for a few minutes and I'm unable to kill it manually. My Mac also becomes very slow. Not sure if relevant but I'm using a VPN. I can manually connect to the s3 bucket using those credentials in Cyberduck.
@olalonde commented on GitHub (Oct 11, 2018):
It works fine with the
-o url=http://s3.amazonaws.comoption. I suspect it has something to do with the fact that my bucket name has periods in it?@olalonde commented on GitHub (Oct 11, 2018):
The following appears to work as well:
@gaul commented on GitHub (Apr 9, 2019):
I believe the SSL check fails since the certificate wildcard domain matches *.mydomain.com and not ..mydomain.com.
@ggtakec commented on GitHub (Apr 9, 2019):
If you can, please try to use use_path_request_style option.
@gaul commented on GitHub (Feb 3, 2020):
Closing since it appears you have a workaround. Please reopen if my understanding is incorrect.