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 870f140321445b5fd991da71ac3746f6298c6bfc Author: Tomaz Muraus <[email protected]> AuthorDate: Fri May 6 23:04:41 2022 +0200 Add changelog entry. --- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5a57f57a1..8925c6915 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,17 @@ Compute (GITHUB-1661, GITHUB-1661) [Dimitris Galanis - @dimgal1] +Storage +~~~~~~~ + +- [Google Storage] Fix public objects retrieval. In some scenarios, Google + doesn't return ``etag`` header in the response (e.g. for gzip content + encoding). The code has been updated to take this into account and not + throw if the header is not present. + + (GITHUB-1682, GITHUB-1683) + [Veith Röthlingshöfer - @RunOrVeith] + Changes in Apache Libcloud 3.5.0 --------------------------------
