docs: Add a note about CDN management to the storage API.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5b7f71a0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5b7f71a0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5b7f71a0 Branch: refs/heads/trunk Commit: 5b7f71a0fb79c281cc3c9cc0b83d9e5d723346b9 Parents: b727f35 Author: Tomaz Muraus <[email protected]> Authored: Tue Aug 13 00:45:52 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Aug 13 00:45:52 2013 +0200 ---------------------------------------------------------------------- docs/storage/index.rst | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5b7f71a0/docs/storage/index.rst ---------------------------------------------------------------------- diff --git a/docs/storage/index.rst b/docs/storage/index.rst index 9f93df5..0960cf5 100644 --- a/docs/storage/index.rst +++ b/docs/storage/index.rst @@ -9,6 +9,9 @@ Storage API allows you to manage cloud object storage (not to be confused with cloud block storage) and services such as Amazon S3, Rackspace CloudFiles, Google Storage and others. +Besides managing cloud object storage, storage component also exposes simple +CDN management functionality. + Terminology -----------
