From d696dc5bf5ce203cff9a41bc470fecaac18d6f07 Mon Sep 17 00:00:00 2001 From: jpds Date: Fri, 10 Feb 2023 14:53:11 +0000 Subject: [PATCH] --- ...on__34___with_partsize__39__d_uploads.mdwn | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads.mdwn diff --git a/doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads.mdwn b/doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads.mdwn new file mode 100644 index 0000000000..c5c50e855e --- /dev/null +++ b/doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads.mdwn @@ -0,0 +1,29 @@ +### Please describe the problem. + +On my Garage/S3 remote, if I configure `partsize=100Mib`, any uploads which are larger than this partsize return: + +``` +copy testlargefile (to garage...) + + XmlException {xmlErrorMessage = "Missing Location"} + + + XmlException {xmlErrorMessage = "Missing Location"} +failed +``` + +The file here is at 124MiB - I can then immediately reattempt the copy command and get: + +``` +copy testlargefile ok +``` + +Any files below 100MiB report no errors and if I configure no partsize - there are no errors either. + +### What version of git-annex are you using? On what operating system? + +master on Fedora Silverblue. + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +All wonderful otherwise. -- 2.30.2