Added a comment
authorkdm9 <kdm9@web>
Fri, 19 Jul 2024 13:11:05 +0000 (13:11 +0000)
committeradmin <admin@branchable.com>
Fri, 19 Jul 2024 13:11:05 +0000 (13:11 +0000)
doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads/comment_2_c3d33e26fbefbef400f219a542cff7fb._comment [new file with mode: 0644]

diff --git a/doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads/comment_2_c3d33e26fbefbef400f219a542cff7fb._comment b/doc/bugs/__34__Missing_location__34___with_partsize__39__d_uploads/comment_2_c3d33e26fbefbef400f219a542cff7fb._comment
new file mode 100644 (file)
index 0000000..5964e72
--- /dev/null
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="kdm9"
+ avatar="http://cdn.libravatar.org/avatar/b7b736335a0e9944a8169a582eb4c43d"
+ subject="comment 2"
+ date="2024-07-19T13:11:05Z"
+ content="""
+For future google searchers:
+
+When interfacing with Ceph storage via the S3 backend, I get errors like the following on larger files
+
+`XmlException {xmlErrorMessage = \"Missing ETag\"}`
+
+
+Like above, these 'errors' are actually successes with a non-compliant S3 backend that is missing either the Location or Etag file.
+
+
+I confirm that setting partsize > chunk works around this issue, in my case `chunk=4GiB partsize=5GiB`.
+
+Best,
+Kevin
+"""]]