You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2018/01/05 08:35:03 UTC

[jira] [Created] (JCLOUDS-1371) LocalBlobStore.list enumerates entire container

Andrew Gaul created JCLOUDS-1371:
------------------------------------

             Summary: LocalBlobStore.list enumerates entire container
                 Key: JCLOUDS-1371
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1371
             Project: jclouds
          Issue Type: Improvement
          Components: jclouds-blobstore
    Affects Versions: 2.0.3
            Reporter: Andrew Gaul


{{LocalBlobStore.list}} with the filesystem blobstore enumerates the entire container even when prefix and delimiter set.  The File API does not provide a way to list a subset of files except for those within a specific directory and the underlying filesystem makes no guarantees about enumeration order.  We can still optimize the case where prefix is set and delimiter is /.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)