Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Bucket data

Where can see how much space is used in bucket?

 

 

 

0 3 119
3 REPLIES 3

To see how much space is used in a Google Cloud Storage (GCS) bucket, you can use the gsutil du command with the -s flag. Here's the command format:

gsutil du -s gs://BUCKET_NAME

Where to use command?