mirror of https://github.com/apache/jclouds.git
3c1588527d
Swift implements multi-part upload with user-visible parts and an explicit manifest. When deleting an MPU blob it can delete only the manifest or both the manifest and parts. For consistency with other providers, we now do the latter in the portable abstraction. Swift ignores the multipart-manifest=delete parameter for single-part objects. Fixes andrewgaul/s3proxy#92. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
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.