Dribble out bytes while handling long-running Complete Multipart Upload operations
Bug #1718811 reported by
Tim Burke
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Swift3 |
New
|
Undecided
|
Unassigned |
Bug Description
S3 docs say:
> 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 whitespace
> characters to keep the connection from timing out. Because
> a request could fail after the initial 200 OK response has
> been sent, it is important that you check the response
> body to determine whether the request succeeded.
We should do that, too! Swift already does something similar for bulk uploads and bulk deletes -- but not SLO. Swift3 may need to wait on SLO support, though :-/
To post a comment you must log in.
Change abandoned by Tim Burke (<email address hidden>) on branch: master /review. openstack. org/509321 /review. openstack. org/#/c/ 575818/
Review: https:/
Reason: Submitted against s3api as https:/