From 657554574414dcece6126bfa1b4008b038c3f729 Mon Sep 17 00:00:00 2001 From: la-sguduru Date: Thu, 12 May 2016 11:53:25 +0530 Subject: [PATCH] doc: Modification for "TEST S3 ACCESS" section Signed-off-by: SirishaGuduru sirishaguduru99@gmail.com (cherry picked from commit 27d6cf0c6958de9f0533bedb90a74c4020b53675) --- doc/install/install-ceph-gateway.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 3b370752d6da6..29a25da678b56 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, ) -- 2.39.5