anggi117
anggi117

Reputation: 15

Google cloud its have unlimited storage?

its possible for check left space / size storage on gcs ? im forget how much storage size im using after create bucket

Im using gsutil du but they just showing how much im using the space storage

my total storage using

Upvotes: 0

Views: 257

Answers (2)

Siranjib Baruah
Siranjib Baruah

Reputation: 1

The cloud Storage can scale to exabytes capacity with a maximum size limit of 5 TB for individual objects stored in Cloud Storage. So its very rare someone will exhaust that capacity. ​

One should only keep in mind how much data and on which storage class he or she is storing in the cloud storage as it’s a cost to him or her. Please refer the following links :​

​Ref :

  1. https://cloud.google.com/storage/quotas
  2. https://cloud.google.com/storage/docs/introduction
  3. https://cloud.google.com/storage/docs/quickstart-gsutil

Upvotes: 0

Doug Stevenson
Doug Stevenson

Reputation: 317322

Google Cloud Storage operates at exabyte scale with no declared upper limit. You are highly unlikely to exceed this scale unless you are storing thousands of terabytes per person on the planet earth.

Read:

If you are operating at this scale, the biggest problem you will have is your GCP bill, not your storage limit.

Upvotes: 2

Related Questions