什么开源云存储系统为存储桶、目录等提供仅追加模式

发布于 2024-12-17 05:43:31 字数 367 浏览 3 评论 0原文

我很好奇是否可以配置任何云存储系统来提供以下工作流程:

  • 匿名用户可以将消息/文件上传到可识别的位置,我们将其称为存储桶。
  • 所有用户都应具有对所有消息/文件的读取权限,但匿名用户不应具有修改或删除它们的权限。
  • 存储桶具有关联的公钥,审核者使用该公钥来验证上传的批准或删除。
  • 未经批准的消息/文件最终会被系统剔除以节省空间。

我怀疑答案可能是“Tahoe-LAFS 会 有人实现了仅追加的可变文件,但还没有人这样做。”

I'm curious if any cloud storage system could be configured to provide the following workflow :

  • Anonymous users may upload messages/files into identifiable locations which we'll call buckets.
  • All users should have read access to all messages/files, but no anonymous user should have permissions to modify or delete them.
  • Buckets have associated public keys which a moderator uses to authenticate approvals or deletions of uploads.
  • Unapproved messages/files are eventually culled by the system to save space.

I suspect the answer might be "Tahoe-LAFS would love for someone to implement append-only mutable files, but nobody has done so yet."

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零時差 2024-12-24 05:43:31

我调查了存储空间中的许多 OSS 项目,没有遇到任何可以纯粹通过配置而不编写代码来提供此工作流程的项目。

虽然不是 OSS,但 Windows Azure 存储的最低级别实际上是通过仅附加机制实现的。视频、演示文稿和白皮书均可在 此处 以及白皮书中的详细信息对于任何希望为 Tahoe-LAFS 或任何其他 OSS 云存储实现类似功能的人来说都是有用的 系统。

I've surveyed a number of OSS projects in the storage space and not encountered anything that would provide this workflow purely by configuration and without writing code.

While not OSS, the lowest level of Windows Azure storage is actually implemented via an append only mechanism. A video, presentation, and whitepaper can all be found here and the details in the whitepaper would be useful to anyone looking to implement something like this for Tahoe-LAFS or any other OSS cloud storage system.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文