From: la-sguduru Date: Thu, 12 May 2016 06:23:25 +0000 (+0530) Subject: doc: Modification for "TEST S3 ACCESS" section X-Git-Tag: v10.2.4~38^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11475%2Fhead;p=ceph.git doc: Modification for "TEST S3 ACCESS" section Signed-off-by: SirishaGuduru sirishaguduru99@gmail.com (cherry picked from commit 27d6cf0c6958de9f0533bedb90a74c4020b53675) --- diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 3b370752d6d..29a25da678b 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -524,7 +524,7 @@ Execute the following steps: bucket = conn.create_bucket('my-new-bucket') for bucket in conn.get_all_buckets(): - print "{name}".format( + print "{name} {created}".format( name = bucket.name, created = bucket.creation_date, )