mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
doc: Modification for "TEST S3 ACCESS" section
Signed-off-by: SirishaGuduru sirishaguduru99@gmail.com
This commit is contained in:
parent
89d1601cf8
commit
27d6cf0c69
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user