问题描述
Amazon S3每个帐户最多只能有100个存储桶: http://docs.aws.amazon.com/AmazonS3/latest/dev /BucketRestrictions.html
Amazon S3 has a limit of 100 buckets per account: http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html
Google云端存储有这样的限制吗?我找不到他们的任何提及...但是我想在做出设计决定之前就知道
Does Google Cloud Storage have any such limits? I cannot find any mention of them... but wanted to know before I made a design decision
推荐答案
您可以在Google Cloud Storage中创建的存储桶数量没有限制.
There are no limits on the number of buckets you can create in Google Cloud Storage.
但是请记住,存储桶名称是全局名称空间,因此,如果以编程方式创建它们,请确保这些名称不会与其他名称冲突.
Keep in mind, though, that bucket names are a global namespace, so if you create them programmatically, make sure the names won't conflict with others.
来源: Building Blocks 和概念和术语页面说:
这篇关于Google Cloud Storage项目可以容纳的存储桶有最大限制吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!