mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #87] What is the status of "-o prefix" ? #51
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#51
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 @kallu on GitHub (Nov 23, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/87
s3fs man-page has this prefix -option
-o prefix (default="") (coming soon!)
a prefix to append to all S3 objects.
What is the status of this feature and is there an estimate when "soon" would be?
@ggtakec commented on GitHub (Jan 6, 2015):
I fixed #103 for this issue.
Description of Prefix option was written when the man page of s3fs has been created.
Maybe, I think that this option was trying to prepare for mount to specify the directory path under just BUCKET.
Now, because it is a specified directory path in the specified s3fs command line, it is not required.
ex) s3fs bucket: /directory ... mountpoint options
Therefore, I have removed the description from the man page of prefix options.
Thanks very much.
(I closed this issue)
@basz commented on GitHub (Dec 13, 2017):
does this mean this feature is not coming back?