This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 6f2e8dfaa156a633ab3b233282570eb8736a89cd Author: Tomaz Muraus <[email protected]> AuthorDate: Fri Jan 24 09:56:58 2020 +0100 Fix formatting and lint. --- CHANGES.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 097fc61..9e30d51 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -132,11 +132,12 @@ Storage (GITHUB-1403, GITHUB-1408) [Clemens Wolff - @c-w] -- [Azure Blobs, Aliyun, Local, Ninefold, S3] Ensure upload headers are respected. +- [Azure Blobs, Aliyun, Local, Ninefold, S3] Ensure upload headers are + respected. All storage drivers now pass the optional ``headers`` argument of - ``upload_object`` and ``upload_object_via_stream`` to the backend object storage - systems (previously the argument was silently ignored). + ``upload_object`` and ``upload_object_via_stream`` to the backend object + storage systems (previously the argument was silently ignored). (GITHUB-1410) [Clemens Wolff - @c-w] @@ -148,7 +149,7 @@ DNS API updates. (GITHUB-1416) [Ryan Lee - @zepheiryan] - + Container ~~~~~~~~~
