You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2021/12/01 14:47:22 UTC

[GitHub] [libcloud] louis-van-der-stam commented on pull request #1584: Optimized 'iterate_container_objects' by filtering the objects before…

louis-van-der-stam commented on pull request #1584:
URL: https://github.com/apache/libcloud/pull/1584#issuecomment-983712951


   After upgrading to version 3.4.1 from version 3.3.1, the unit tests of my project broke! After diving into the code, it turns out that currently the local driver takes the prefix and appends it as a directory. Effectively this means that the prefix is not used as a file prefix anymore, but instead as a sub-directory name of the container main directory.
   
   Looking a bit further, I was unable to find a os level function that does filtering when requesting a directory listing. Please unmerge this PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org