From 63f6389e64a00664acee2ae92c4a2b8822c86dee Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Thu, 9 May 2019 03:00:34 +0000 Subject: [PATCH] problem with multi-threaded copying to an S3 remote. --- doc/bugs/parallel_copy_to_S3_fails.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/bugs/parallel_copy_to_S3_fails.mdwn diff --git a/doc/bugs/parallel_copy_to_S3_fails.mdwn b/doc/bugs/parallel_copy_to_S3_fails.mdwn new file mode 100644 index 0000000000..a97f4b1512 --- /dev/null +++ b/doc/bugs/parallel_copy_to_S3_fails.mdwn @@ -0,0 +1 @@ +I'm seeing various failures with the latest git-annex when doing multi-threaded copy --to S3 . Using -J1 fixes the problem.