英文:
Is Google Cloud Storage object composition strongly consistent?
问题
Google Cloud Storage支持与S3兼容的分块上传,并提到“[它]可能需要几分钟来处理完成分块上传的请求”。这对于JSON API的合并操作是否也适用?在使用JSON API合并对象后,是否可以保证立即可读和列出?
英文:
Google Cloud Storage supports S3-compatible multipart uploads and mentions that "[it] can take several minutes to process a request to complete a multipart upload". Does the same apply to the compose operation of the JSON API? Is it guaranteed that after composing an object with the JSON API, it will become immediately available for reading and listing it?
答案1
得分: 1
一旦Compose
操作完成,生成的对象立即可读且可列举。
英文:
Once a Compose
operation completes the resulting object is immediately readable and list-able.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论