]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/radosgw/STSLite.rst
import quincy beta 17.1.0
[ceph.git] / ceph / doc / radosgw / STSLite.rst
index bccc1694e4767ddff197f67453349541a8c40432..c78c14e5005b3452c914b255da97e35ac58c8c85 100644 (file)
@@ -159,10 +159,10 @@ Keystone.
     bucket = s3client.create_bucket(Bucket='my-new-shiny-bucket')
     response = s3client.list_buckets()
     for bucket in response["Buckets"]:
-        print "{name}\t{created}".format(
+        print("{name}\t{created}".format(
                     name = bucket['Name'],
                     created = bucket['CreationDate'],
-    )
+        ))
 
 Similar steps can be performed for using GetSessionToken with LDAP.