From 06966be65960ffe58b6c79f0e6cac01d833d4141 Mon Sep 17 00:00:00 2001 From: kyleknap Date: Mon, 2 Mar 2015 13:46:14 -0800 Subject: [PATCH] Update Changelog with bug fix --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39682429e5f2..1cb132dfebae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,8 @@ CHANGELOG Next Release (TBD) ================== +* bugfix:``aws s3``: Fix issue where read timeouts were not retried. + (`issue 1191 `__) * feature:``aws cloudtrail``: Add support for regionalized policy templates for the ``create-subscription`` and ``update-subscription`` commands. (`issue 1167 `__)