Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/s3/s3crypto Fix request retries
Closing and removing the temp file after send causes retry requests to fail with an error such as: filestore: SerializationError: failed to prepare body for retry caused by: SerializationError: failed to reset request body caused by: SerializationError: failed to get next request body reader caused by: seek /tmp/213721967: file already closed I believe the Complete handler is guaranteed to be called finally after retries attempts have succeeded or been exhausted.
- Loading branch information