Hi Mark,
The GCS_DEFAULT_BUCKET is always created in the US region. So, I created it "manually" using gcs_create_bucket with my preferred region. When deploying apps, e.g. plumber app, there is another bucket created, something like artifacts.my-cloudrunner-thing.appspot.com. This is also created in US region. I did not figure out how to change this to my preferred region.
Would it make sense to introduce an environment variable GCS_DEFAULT_REGION, so that all buckets are created my preferred region?
Or do you see another solution?
Hi Mark,
The GCS_DEFAULT_BUCKET is always created in the US region. So, I created it "manually" using gcs_create_bucket with my preferred region. When deploying apps, e.g. plumber app, there is another bucket created, something like artifacts.my-cloudrunner-thing.appspot.com. This is also created in US region. I did not figure out how to change this to my preferred region.
Would it make sense to introduce an environment variable GCS_DEFAULT_REGION, so that all buckets are created my preferred region?
Or do you see another solution?