What's new for blobstore
Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/4696e920 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/4696e920 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/4696e920 Branch: refs/heads/master Commit: 4696e920ae629059f5b75905b90f6477c184753c Parents: 5066628 Author: Andrew Gaul <[email protected]> Authored: Mon Nov 14 10:34:46 2016 -0800 Committer: Andrew Gaul <[email protected]> Committed: Mon Nov 14 10:34:46 2016 -0800 ---------------------------------------------------------------------- releasenotes/2.0.0.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4696e920/releasenotes/2.0.0.md ---------------------------------------------------------------------- diff --git a/releasenotes/2.0.0.md b/releasenotes/2.0.0.md index 5ec8fc8..8edc26d 100644 --- a/releasenotes/2.0.0.md +++ b/releasenotes/2.0.0.md @@ -24,6 +24,7 @@ Apache jclouds 2.0 features include: * Wider compatibility with the Guava and Guice libraries. * Configuration of arbitrary hardware values in the compute abstraction. +* Many additions to the blobstore portable abstraction. * Added support for new compute providers: * Microsoft Azure Resource Manager * ProfitBricks v3 @@ -50,9 +51,14 @@ We have also improved [our CI system](https://jclouds.ci.cloudbees.com) by addin ## <a id="blobstoreimprovements"></a>BlobStore Improvements -TODO: Changes related to the OLD swicft API? -TODO: Other BlobStore changes? - +* Added support for Backblaze B2 +* Removed legacy swift api (supereseded by openstack-swift api) +* Removed discontinued hpcloud-objectstorage provider +* Revamped multi-part upload including listing and aborting +* Support for server-side copy blobs +* Support for listing blobs via prefix and delimiter +* Allow modification and retrieval of container and blob ACLs +* Cleaned up percent encoding allowing use of non-ASCII characters ## <a id="knownissues"></a> Known Issues
