You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/28 14:19:05 UTC

[libcloud] 01/02: Clarify changelog item.

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 a57d9d2bf6c7440c914ee806d973be93bf0564bb
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jan 28 15:15:35 2023 +0100

    Clarify changelog item.
---
 CHANGES.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 970d5f635..93418617f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,9 @@ Storage
 
   This should result in large performance speedups and lower memory usage when
   uploading or downloading a large file with a mismatching chunk size.
+
+  Keep in mind that this only affects code paths where the function is called
+  with ``fill_size=True`` argument (such as in the S3 driver, etc).
   (GITHUB-1847)
   [Tobias Biester - @Tobi995]