Repository: jclouds-site Updated Branches: refs/heads/master dc242f399 -> 68610f646
Align style of describing compute and blobstore improvements Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/68610f64 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/68610f64 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/68610f64 Branch: refs/heads/master Commit: 68610f646f4dd7c1c58e52fc47434005d950cd00 Parents: dc242f3 Author: Andrew Phillips <[email protected]> Authored: Mon Nov 14 21:14:24 2016 -0500 Committer: Andrew Phillips <[email protected]> Committed: Mon Nov 14 21:14:24 2016 -0500 ---------------------------------------------------------------------- releasenotes/2.0.0.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/68610f64/releasenotes/2.0.0.md ---------------------------------------------------------------------- diff --git a/releasenotes/2.0.0.md b/releasenotes/2.0.0.md index c578a23..b2a34b4 100644 --- a/releasenotes/2.0.0.md +++ b/releasenotes/2.0.0.md @@ -51,14 +51,14 @@ We have also improved [our CI system](https://jclouds.ci.cloudbees.com) by addin ## <a id="blobstoreimprovements"></a>BlobStore Improvements -* 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 +* Added support for the Backblaze B2 API. +* Removed legacy swift API (superseded by openstack-swift). +* Removed discontinued hpcloud-objectstorage provider. +* Revamped multi-part upload, including listing contents and aborting operations. +* Support for server-side copying of blobs. +* Support for listing blobs via prefix and delimiter. +* Support modification and retrieval of container and blob ACLs. +* Cleaned up percent encoding, enabling use of non-ASCII characters. ## <a id="knownissues"></a> Known Issues
