mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #751] Fail to mount digitalocean spaces onto droplet #434
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#434
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 @chengjk84 on GitHub (Apr 20, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/751
I am using same method mounting space to droplet few month ago it work... but today i do it on new droplet and it keep failing with error saying "Must specify the bucket= mount option"
Version of s3fs being used (s3fs --version)
fuse-s3fs-0.9-10.fc27.noarch
Version of fuse being used (pkg-config --modversion fuse)
fuse-2.9.7-9.fc27.x86_64
System information (uname -r)
4.15.14-300.fc27.x86_64
s3fs command line used (if applicable)
/etc/fstab entry (if applicable):
s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
@ggtakec commented on GitHub (May 2, 2018):
@chengjk84
If you are using the fuse-s3fs package, not the s3fs-fuse package, we are sorry for that we do not know the meaning of the error.
If you are going to use s3fs-fuse, please look for the package s3fs-fuse-1.83 and install it.
Since digitalocean is said to be compatible with AWS S3, it probably works.
If it does not work, you can specify the option(dbglevel = dbg) when starting s3fs(s3fs-fuse) and get/look at the log.
I hope you can connect to digitalocean using s3fs-fuse.
@gaul commented on GitHub (Apr 9, 2019):
Closing since issue encountered with fuse-s3fs and not s3fs-fuse.