Send white space characters to prevent timeout on Complete Multipart Upload #60

Closed
opened 2023-03-17 08:29:05 +00:00 by alexvanin · 1 comment
Owner

According to https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html

Processing of a Complete Multipart Upload request could take several minutes to complete. After Amazon S3 begins processing the request, it sends an HTTP response header that specifies a 200 OK response. While processing is in progress, Amazon S3 periodically sends white space characters to keep the connection from timing out. A request could fail after the initial 200 OK response has been sent

According to https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html > Processing of a Complete Multipart Upload request could take several minutes to complete. After Amazon S3 begins processing the request, it sends an HTTP response header that specifies a 200 OK response. While processing is in progress, Amazon S3 periodically sends white space characters to keep the connection from timing out. A request could fail after the initial 200 OK response has been sent
alexvanin added this to the v0.27.0 milestone 2023-03-17 08:29:05 +00:00
alexvanin self-assigned this 2023-03-17 08:55:47 +00:00
alexvanin referenced this issue from a commit 2023-03-22 08:36:00 +00:00
Author
Owner

Done in #61

Done in #61
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#60
No description provided.