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 2021/10/22 11:43:54 UTC

[libcloud] 03/04: Add changelog entry for #1584.

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 c1f2d86fe9a5eb7354184efcf5970fb566a58e07
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 13:38:49 2021 +0200

    Add changelog entry for #1584.
---
 CHANGES.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 042724a..9dcd3a9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,6 +30,11 @@ Storage
   Reported by Melissa Kersh - @mkcello96
   (GITHUB-1551)
 
+- [Local Storage] Optimize ``iterate_container_objects`` method to perform
+  early filtering if ``prefix`` argument is provided.
+  (GITHUB-1584)
+  [@Ido-Levi]
+
 Compute
 ~~~~~~~