I want to create a google bucket if it doesn't exist. Otherwise, I want to reuse the bucket name. How to do it? Its equivalent of the unix command
mkdir -p dir_name
I used the command but my shell script crashes when I run this next time.
gsutil mb -l ASIA gs://my_bucket_name_blah_blah