This is an automated email from the ASF dual-hosted git repository.

micafer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 1e66b48a85a52f56c2b8ad853ef5405657be7fe5
Merge: c26989b81 ca31109c7
Author: Miguel Caballer Fernandez <[email protected]>
AuthorDate: Fri Jul 31 13:32:31 2026 +0200

    Merge pull request #2168 from Sanjays2402/fix/s3-stream-chunk-size
    
    [S3] Respect chunk_size in download_object_as_stream

 CHANGES.rst                      |  9 +++++++
 libcloud/storage/drivers/s3.py   |  4 +--
 libcloud/test/storage/test_s3.py | 53 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 64 insertions(+), 2 deletions(-)

diff --cc CHANGES.rst
index 5b208a813,1525e4ba9..f1538e877
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@@ -62,19 -50,9 +70,20 @@@ Storag
    requested chunk size is now forwarded to the underlying iterator instead of
    always using ``AZURE_DOWNLOAD_CHUNK_SIZE``.
    (GITHUB-1698)
+ 
    [Sanjay Santhanam - @Sanjays2402]
  
 +DNS
 +~~~~
 +
 +- [Cloudflare] Fix ``list_record_types`` advertising the unsupported ``URL``
 +  record type instead of ``LOC``. The ``RECORD_TYPE_MAP`` entry was keyed on
 +  ``RecordType.URL`` while its value was ``"LOC"``; the key is now
 +  ``RecordType.LOC`` so Cloudflare's supported ``LOC`` record type is reported
 +  and the unsupported ``URL`` type is not.
 +  (#2175)
 +  [Uttam Limbani - @uttam12331]
 +
  Changes in Apache Libcloud 3.9.1
  --------------------------------
  

Reply via email to