Skip to content

Instantly share code, notes, and snippets.

@yptheangel
Last active November 21, 2020 04:58
Show Gist options
  • Save yptheangel/2de81bd90e2ff29441697564f9784603 to your computer and use it in GitHub Desktop.
Save yptheangel/2de81bd90e2ff29441697564f9784603 to your computer and use it in GitHub Desktop.
My GCP cheatsheet

my GCP cheatsheet

  1. check google bucket total size
    gsutil -m du -hs gs://<yourbucketname>
  2. check individual file size
    gsutil -m du -h gs://<yourbucketname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment