Consider a resumable upload that starts successfully, but one of its PUT requests fails with an unrecoverable error.
Reportedly, the upload Close() function is called by the destructor, and finalizes the upload, creating an object with invalid data. An unrecoverable error should set the streaming upload to an state where the upload is not finalized.
Consider a resumable upload that starts successfully, but one of its
PUTrequests fails with an unrecoverable error.Reportedly, the upload
Close()function is called by the destructor, and finalizes the upload, creating an object with invalid data. An unrecoverable error should set the streaming upload to an state where the upload is not finalized.