We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0a546 commit 28f73faCopy full SHA for 28f73fa
test/test_s3.py
@@ -398,14 +398,12 @@ def _test_s3_put_get_object(
398
enable_s3express=False,
399
mem_limit=None,
400
**kwargs):
401
- fio_options = S3FileIoOptions(should_stream=True, disk_throughput_gbps=10.0, direct_io=True)
402
s3_client = s3_client_new(
403
False,
404
self.region,
405
self.part_size,
406
enable_s3express=enable_s3express,
407
- mem_limit=mem_limit,
408
- fio_options=fio_options)
+ mem_limit=mem_limit)
409
signing_config = None
410
if enable_s3express:
411
signing_config = AwsSigningConfig(
0 commit comments