You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Create a Blob from a GCS URI, compatible with v2 and v3.
@@ -201,9 +204,14 @@ def stage_local_data_in_gcs(
201
204
# Currently we only do this when staging_gcs_dir is not specified.
202
205
# The buckets that we create are regional.
203
206
# This prevents errors when some service required regional bucket.
204
-
# E.g. "FailedPrecondition: 400 The Cloud Storage bucket of `gs://...` is in location `us`. It must be in the same regional location as the service location `us-central1`."
205
-
# We are making the bucket name region-specific since the bucket is regional.
0 commit comments