(no commit message)
authorjpds <jpds@web>
Fri, 10 Feb 2023 14:53:11 +0000 (14:53 +0000)
committeradmin <admin@branchable.com>
Fri, 10 Feb 2023 14:53:11 +0000 (14:53 +0000)
doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads.mdwn [new file with mode: 0644]

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 (file)
index 0000000..c5c50e8
--- /dev/null
@@ -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.