Skip to content

Commit 4e51c1e

Browse files
committed
Make S3 region mandatory
1 parent fbc40f4 commit 4e51c1e

File tree

1 file changed

+1
-0
lines changed
  • tests/test_integration/test_run_transfer/connection_fixtures

1 file changed

+1
-0
lines changed

tests/test_integration/test_run_transfer/connection_fixtures/s3_fixtures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ async def s3_connection(
168168
port=s3.port,
169169
bucket=s3.bucket,
170170
bucket_style=s3.bucket_style,
171+
region=s3.region,
171172
protocol=s3.protocol,
172173
additional_params=s3.additional_params,
173174
),

0 commit comments

Comments
 (0)