[
https://issues.apache.org/jira/browse/JCLOUDS-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625402#comment-14625402
]
ASF subversion and git services commented on JCLOUDS-929:
---------------------------------------------------------
Commit 6ec11fd6ecaa88569464a278064ad4a14a0df916 in jclouds's branch
refs/heads/master from [~timuralp]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=6ec11fd ]
JCLOUDS-929: Implement delimiter support in Swift.
The patch adds the delimiter support in the openstack-swift API. As
part of the change, the subdirectory support in results is introduced.
This occurs when a prefix and delimiter options are set and there are
subdirectories present in the listing (i.e. multiple objects under the
same prefix/delimiter). In this case, Swift will return a list of
"subdir" objects (similar to CommonPrefixes in S3), which need to be
treated differently.
> Support for the delimiter option in the blob store interface
> ------------------------------------------------------------
>
> Key: JCLOUDS-929
> URL: https://issues.apache.org/jira/browse/JCLOUDS-929
> Project: jclouds
> Issue Type: New Feature
> Components: jclouds-blobstore
> Affects Versions: 2.0.0
> Reporter: Timur Alperovich
>
> S3, OpenStack Swift, GCS, and Azure all support the delimiter option when
> listing containers. Specifically, the API allows for passing a character to
> the list request which would be used as a delimiter for entries. Currently,
> jclouds defaults to using "/", but another character such as "\" or "-" or
> "." is certainly possible. jclouds should support that API option.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)