Skip to content

Commit

Permalink
Merge pull request #9089 from SirishaGuduru/bugfix15603
Browse files Browse the repository at this point in the history
doc: Modification for "TEST S3 ACCESS" section  in "INSTALL CEPH OBJECT GATEWAY" page

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Yehuda  Sadeh <yehuda@redhat.com>
  • Loading branch information
yehudasa committed Jul 21, 2016
2 parents 692fbf2 + 27d6cf0 commit 01b10c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install/install-ceph-gateway.rst
Expand Up @@ -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,
)
Expand Down

0 comments on commit 01b10c3

Please sign in to comment.