We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59341bd commit d445281Copy full SHA for d445281
1 file changed
tests/test_integration/test_run_transfer/connection_fixtures/s3_fixtures.py
@@ -80,7 +80,6 @@ def s3_file_connection(s3_server):
80
access_key=s3_server.access_key,
81
secret_key=s3_server.secret_key,
82
protocol=s3_server.protocol,
83
- path_style_access=s3_server.bucket_style == "path",
84
)
85
86
if not s3_connection.client.bucket_exists(s3_server.bucket):
0 commit comments