amazon.aws 6.5.1
Release Summary
This release includes several bugfixes.
Minor Changes
- ec2_vpc_subnet - use
wait_timeoutto also control maximum time to wait for initial creation of subnets (#1848).
Bugfixes
- ec2_instance - retry API call if we get
InvalidInstanceID.NotFounderror (#1650). - ec2_vpc_subnet - cleanly handle failure when subnet isn't created in time (#1848).
- s3_object - Fix typo that caused false deprecation warning when setting
overwrite=latest(#1847). - s3_object - fixed
NoSuchTagSeterror when S3 endpoint doesn't support tags (#1607). - s3_object - when doing a put and specifying
Content-Typein metadata, this module (since 6.0.0) erroneously set theContent-TypetoNonecausing the put to fail. Fix now correctly honours the specifiedContent-Type(#1881).