jclouds/apis/openstack-swift
Timur Alperovich 6ec11fd6ec 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.
2015-07-13 14:34:59 -07:00
..
src JCLOUDS-929: Implement delimiter support in Swift. 2015-07-13 14:34:59 -07:00
README.md Import openstack-swift from labs. 2014-10-08 18:07:35 -04:00
pom.xml Use a configurable timeout for awaitConsistency 2015-06-15 15:45:17 -07:00

README.md

OpenStack Swift

Swift is a distributed object storage system designed to scale from a single machine to thousands of servers.

Production ready? Beta

This API is new to jclouds and hence is in Beta. That means we need people to use it and give us feedback. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.