mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #788] Doc issue with option createbucket #452
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#452
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 @ebarault on GitHub (Jul 4, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/788
The main
Readme.mdstates a non-existentcreate_bucketoption.As mentionned in https://github.com/s3fs-fuse/s3fs-fuse/issues/225, the right option is
createbucketThis option is not present in the man, or in the "Fuse Over Amazon" doc.
It should also be mentionned that this option seems incompatible with
/etc/fstabconfiguration: i cannot manage auto-mounting a volume when using thecreatebucketoption in the/etc/fstabfile@ggtakec commented on GitHub (Jul 8, 2018):
@ebarault Thanks for your kindness.
I added createbucket option explanation to WIKI.