We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bfb20 commit ed581dfCopy full SHA for ed581df
infra/batch/main.tf
@@ -76,6 +76,11 @@ resource "google_storage_bucket" "datasets_bucket" {
76
soft_delete_policy {
77
retention_duration_seconds = local.retention_duration_seconds
78
}
79
+ cors {
80
+ origin = ["*"]
81
+ method = ["GET"]
82
+ response_header = ["*"]
83
+ }
84
85
86
# Grant permissions to the service account to access the datasets bucket
0 commit comments