From 5b99ba1c8a78fe8cc1c5ad2ca554289188881919 Mon Sep 17 00:00:00 2001 From: Dhriti Shikhar Date: Wed, 7 Jan 2015 00:13:33 +0530 Subject: [PATCH] Substituted object storage paragraph with simple definition Change-Id: I32711fd10dfb1b84cbea9d05638b9ee002588104 Closes-bug: #1373925 --- doc/source/api/object_api_v1_overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/api/object_api_v1_overview.rst b/doc/source/api/object_api_v1_overview.rst index 6a6f9bc3d7..8a4f9bcb66 100644 --- a/doc/source/api/object_api_v1_overview.rst +++ b/doc/source/api/object_api_v1_overview.rst @@ -1,8 +1,8 @@ Object Storage API overview --------------------------- -OpenStack Object Storage is an object-based storage system that stores -content and metadata as objects. You create, modify, and get objects and +OpenStack Object Storage is a highly available, distributed, eventually +consistent object/blob store. You create, modify, and get objects and metadata by using the Object Storage API, which is implemented as a set of Representational State Transfer (REST) web services. @@ -179,4 +179,4 @@ Object Storage API: Creates, replaces, shows details for, and deletes objects. Copies objects with another object with a new or different name. Updates - object metadata. \ No newline at end of file + object metadata.