We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5053a4 commit ac1301cCopy full SHA for ac1301c
1 file changed
lib/galaxy/objectstore/s3_multipart_upload.py
@@ -76,5 +76,5 @@ def split_file(in_file, mb_size, split_num=5):
76
threads.append(t)
77
for t in threads:
78
t.join()
79
-
+
80
mp.complete_upload()
0 commit comments