获取桶列表 获取桶列表 list_buckets() 参数¶ 示例¶ buckets = client.list_buckets() for bucket in buckets: print(bucket.name, bucket.creation_date)