Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人使用过 Amazon S3 的 s3fs 实用程序吗?
我有一些即时生成大型 PDF 文档的脚本,大多数在 10+ MB 范围内,但有些可能是 2 GB。
将诸如此类的大文件直接生成到 s3fs 驱动器是否有任何危险?
谢谢,布赖恩
我在生产环境中使用 S3FS 并结合 PureFTPd 来保存大文件上传。到目前为止,我们还没有遇到问题。
但是,我建议使用 daemontools/runit 或其他一些监督类型的进程。
我已经收到确认,虽然它可能在大多数情况下都有效,但它并不完全安全。