]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Modification for "TEST S3 ACCESS" section 11475/head
authorla-sguduru <SGuduru@walmartlabs.com>
Thu, 12 May 2016 06:23:25 +0000 (11:53 +0530)
committerLoic Dachary <ldachary@redhat.com>
Thu, 13 Oct 2016 09:48:37 +0000 (11:48 +0200)
Signed-off-by: SirishaGuduru sirishaguduru99@gmail.com
(cherry picked from commit 27d6cf0c6958de9f0533bedb90a74c4020b53675)

doc/install/install-ceph-gateway.rst

index 3b370752d6da6778b425b5c4f6074ee2ec527e33..29a25da678b563493951a00fe9f69eec921543f8 100644 (file)
@@ -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,
      )