Use us-west-1 by default

This commit is contained in:
Ury Zhilinsky
2025-02-05 15:43:15 -08:00
parent f8ce5c9479
commit 06cdf3a27f

View File

@@ -81,6 +81,9 @@ def maybe_download(url: str, **kwargs) -> pathlib.Path:
_download_boto3(
url,
scratch_path,
boto_session=boto3.Session(
region_name="us-west-1",
),
botocore_config=botocore.config.Config(signature_version=botocore.UNSIGNED),
)
elif url.startswith("s3://"):