From: la-sguduru Date: Thu, 12 May 2016 06:23:25 +0000 (+0530) Subject: doc: Modification for "TEST S3 ACCESS" section X-Git-Tag: v11.0.1~683^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=27d6cf0c6958de9f0533bedb90a74c4020b53675;p=ceph-ci.git doc: Modification for "TEST S3 ACCESS" section Signed-off-by: SirishaGuduru sirishaguduru99@gmail.com --- 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, )