直接生成 PDF 到 s3fs 上的路径(已安装的 Amazon S3 存储桶)
有人使用过 Amazon S3 的 s3fs 实用程序吗?
我有一些脚本可以即时生成大型 PDF 文档,大多数在 10+ MB 范围内,但有些可能是 2 GB。
直接生成这样的大文件到 s3fs 驱动器是否有任何危险?
谢谢,布莱恩
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 the 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在生产环境中使用 S3FS 结合 PureFTPd 来保存大文件上传。到目前为止我们还没有遇到问题。
不过,我建议使用 daemontools/runit 或其他一些监督类型的进程。
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.