开发者

Generating PDFs directly to path on s3fs (mounted Amazon S3 bucket)

开发者 https://www.devze.com 2023-02-12 12:54 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消