We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0eba11 commit 18545f2Copy full SHA for 18545f2
1 file changed
src/dlstbx/util/iris.py
@@ -201,6 +201,7 @@ def get_presigned_urls(minio_client, bucket_name, pid, files, logger):
201
bucket_name,
202
filename,
203
filepath,
204
+ part_size=100 * 1024 * 1024,
205
num_parallel_uploads=10,
206
)
207
timestamp = time.perf_counter() - timestamp
0 commit comments