You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement resumable upload status checking in the storage emulator (#9047)
This commit introduces a few fixes:
* Checking the status of a resumable upload by sending a PUT with a
Content-Length of 0 no longer returns a 400 Bad Request and correctly
returns a 308 status code if the upload is incomplete.
* Resumable uploads are no longer finalized on the first chunk allowing
multiple chunks to be uploaded.
* Streaming uploads (uploads of unknown size) should now work correctly
Co-authored-by: abhis3 <[email protected]>
0 commit comments