Create gc bucket with bash script
I want to automate the process of creating a Google Cloud bucket. For this, I have written a script that should do it. It should make a bucket to store media in from a dotnet appliation. Without the bucket, the script works and deploys. Only if I put the bucket section in the script, it won’t work anymore.