Google's documentation on php file uploads says the gs_bucket_name option is "The name of a Google Cloud Storage bucket that the blobs should be uploaded to. If you don't specify a value, the blob is uploaded to the application's default bucket." this defaults to "app_default_bucket". How is this default set?
Is this possible to change by a environmental setting in the app.yaml?