Has anyone used the s3fs utility for Amazon S3?
I have some scripts that generate large PDF documents on-the-fly, most will be in th开发者_JAVA百科e 10+ MB range, but some will be perhaps 2 GB.
Is there any danger to generating large files such as this directly to an s3fs drive?
Thanks, Brian
I use S3FS in a production environment in combination with PureFTPd to save large file uploads. We have not run into issues as of yet.
I would however recommend using daemontools/runit or some other supervision type of process.
I have received confirmation that although it may work most of the time, no it is not completely safe.
精彩评论