Skip to content

Commit 8e0a35a

Browse files
committed
Set minio upload part size to 20MB
1 parent d22f894 commit 8e0a35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dlstbx/util/iris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def get_presigned_urls(minio_client, bucket_name, pid, files, logger):
201201
bucket_name,
202202
filename,
203203
filepath,
204-
part_size=10 * 1024 * 1024,
204+
part_size=20 * 1024 * 1024,
205205
num_parallel_uploads=10,
206206
)
207207
timestamp = time.perf_counter() - timestamp

0 commit comments

Comments
 (0)