mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #450] Use case suitabilty #242
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#242
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 @codecowboy on GitHub (Jul 14, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/450
I have some legacy code on a website which looks for video files to serve for download at an absolute path on file system. The disk is filling up and there is no money to rewrite the website code or buy expensive diskspace. Could I mount an s3 bucket using s3fs-fuse as a crude workaround to this problem? Could it handle concurrent file requests from apache?
@ggtakec commented on GitHub (Jul 24, 2016):
@codecowboy
Probabry you can set a directory path for apache using to mountpoint by s3fs.
I think that there is no problem without performance.
But you only are care for that s3fs does not exclusive control for the file.
Please try to use s3fs for your apache working directories.
Regards,
@ggtakec commented on GitHub (Mar 30, 2019):
We kept this issue open for a long time.
I will close this, but if the problem persists, please reopen or post a new issue.