chungen0126 commented on PR #10006: URL: https://github.com/apache/ozone/pull/10006#issuecomment-4371539891
> I'm thinking if we could reuse the multipart upload? data chunk goes to mpu request, while the final chunk trigger a mpu complete request. Yes, MPU can reuse this. In S3, an MPU UploadPart request behaves exactly like a standard single PUT request. If a client uses chunked encoding for an MPU part, it will go through this exact same `SignedChunksInputStream` logic. The stream will verify and buffer the chunks for that specific part just like it does for a single PUT. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
