From b4fc122754d17d7f6b0dea395bf4fccd00ca4479 Mon Sep 17 00:00:00 2001 From: Haomai Wang Date: Tue, 8 Nov 2016 00:04:07 +0800 Subject: [PATCH] pybind/rgwfile: change description Signed-off-by: Haomai Wang --- src/pybind/rgw/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/rgw/setup.py b/src/pybind/rgw/setup.py index fa61461e85509..72bace4f0be39 100755 --- a/src/pybind/rgw/setup.py +++ b/src/pybind/rgw/setup.py @@ -165,8 +165,8 @@ setup( "This package contains Python bindings for interacting with the " "RGW library. RGW is a Object Storage Gateway " "that uses a Ceph Storage Cluster to store its data. The " - "Ceph Object Storage with its S3 and Swift APIs, " - "or native bindings (librados)." + "Ceph Object Storage support S3 and Swift APIs, " + "and file operations." ), url='https://github.com/ceph/ceph/tree/master/src/pybind/rgw', license='LGPLv2+', -- 2.39.5