jclouds/amazon s3/rackspace cloudfiles/windows azure storage-将内容附加到现有 blob
我有一个场景,其中要将多行文本附加到现有文本文件中...是否可以使用 Jclouds 来做到这一点? (这对我来说是理想的选择,因为 jclouds 支持很多云提供商)...
即使使用 jclouds 无法做到这一点,Amazon S3/Rackspace Cloudfiles/Azure 存储的本机 API 是否支持将内容附加到现有 blob?
如果这是可行的,请向我指出一些很好的工作示例,这些示例显示了相同的...
I have a scenario in which multiple lines of text are to be appended to an existing text file... Is it possible to do this using Jclouds? (That would be ideal for me as jclouds supports a lot of cloud providers)...
Even if this is not doable using jclouds, does the native API of Amazon S3/Rackspace Cloudfiles/Azure storage support appending content to existing blobs?
If this is doable, then kindly point me to good working examples which show the same...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在我所知道的底层 blob 存储中是不可能的。
This is not possible in the underlying blob stores I know of.