google cloiud storage: find size of sub-folders with gsutil du?

The command

gsutil ls -l gs://bucket_name/folder_name | xargs -I{} gsutil du -sh  {}

should do the trick.