agent icon indicating copy to clipboard operation
agent copied to clipboard

Automatically retry S3 Upload requests for 503 responses

Open keithduncan opened this issue 2 years ago • 1 comments

These error responses are a good candidate for automatic retry handling.

keithduncan avatar Oct 15 '21 03:10 keithduncan

Updating the aws-sdk-go to aws-sdk-go-v2 will handle this automatically in the S3 client.

keithduncan avatar Nov 01 '21 23:11 keithduncan