Empty Multipart Uploads Fail #759
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#759
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to use pgbackrest 2.10 against garage it occasionally tries upload empty files and seems to use the multipart upload api unconditionally.
This fails on
src/api/s3/multipart.rs:99
, producing:After discussion on the matrix channel this was deemed "a compatibility bug in Garage".
Should I formulate some sort of minimal demonstrating example?
Next steps:
If you'd like, it would be great to have a test case in the form of shell comands, for instance using the aws s3api tool. If you can demonstrate a set of commands that work on AWS and not on Garage, that would be perfect.