Skip to content

Commit 74ad8d1

Browse files
authored
Merge pull request #93 from lsst/tickets/DM-46025
DM-46025: Force a default AWS region for S3 tests
2 parents 9adbd98 + bc211d0 commit 74ad8d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/lsst/resources/s3utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def clean_test_environment_for_s3() -> Iterator[None]:
161161
{
162162
"AWS_ACCESS_KEY_ID": "test-access-key",
163163
"AWS_SECRET_ACCESS_KEY": "test-secret-access-key",
164+
"AWS_DEFAULT_REGION": "us-east-1",
164165
},
165166
) as patched_environ:
166167
for var in (

0 commit comments

Comments
 (0)