Release v1.66.0 - 2015-09-05
trevorrowe
released this
05 Sep 00:28
·
7570 commits
to version-3
since this release
References: #870
-
Issue - AWS::S3 - Resolved an issue where the SDK would not retry errors returned
from Amazon S3 inside the bodies of 200 status code HTTP responses. This was
correctly handled forAWS::S3::Client#complete_multipart_upload
, but
not for#copy_part
, and:copy_object
.This fix addresses an issue where managed multipart copies would raise an
error about a missing etag. These operations should not be retried up to
three times and raise a terminal error if they are not successful.