Reputation: 656
I created storage bucket, but there is no option to specify its storage size, while gsutil du -s
indicates only 32Mb available.
Upvotes: 1
Views: 87
Reputation: 9721
Google Cloud Storage buckets do not have a limited size, you can just keep adding objects forever. There are other limits, however, such as individual objects must be <= 5TiB.
If you intend to upload truly vast amounts of data (e.g. petabytes of storage, or tbps upload rates) you should probably reach out to Google via sales channels to make sure there is capacity, and because you can probably negotiate discounts.
Upvotes: 5