mirror of
https://github.com/versity/versitygw.git
synced 2026-01-06 19:56:27 +00:00
The xml encoding for the s3.CompleteMultipartUploadOutput response type was not producing exactly the right field names for the expected complete multipart upload result. This change follows the pattern we have had to do for other xml responses to create our own type that will encode better to the expected response. This will change the backend.Backend interface, so plugins and other backends will have to make the corresponding changes.