mirror of
https://github.com/versity/versitygw.git
synced 2026-07-20 15:02:23 +00:00
cc3c62cd9d
The AWS spec for the create multipart upload response is: <?xml version="1.0" encoding="UTF-8"?> <InitiateMultipartUploadResult> <Bucket>string</Bucket> <Key>string</Key> <UploadId>string</UploadId> </InitiateMultipartUploadResult> So we need the return type to marshal to this xml format.