Skip to content

Commit 18545f2

Browse files
committed
Set minio upload part size to 100MB
1 parent f0eba11 commit 18545f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dlstbx/util/iris.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def get_presigned_urls(minio_client, bucket_name, pid, files, logger):
201201
bucket_name,
202202
filename,
203203
filepath,
204+
part_size=100 * 1024 * 1024,
204205
num_parallel_uploads=10,
205206
)
206207
timestamp = time.perf_counter() - timestamp

0 commit comments

Comments
 (0)