IPWorks S3 2020 Python Edition

Questions / Feedback?

list_buckets Method

Lists all buckets in the account.

Syntax

def list_buckets() -> None: ...

Remarks

This method lists all buckets in the account.

Calling this method will fire the on_bucket_list event once for each bucket, and will also populate the Buckets* properties.

Note: When service_provider is spLinode (9), this method only returns buckets located in the currently-selected region, there is no way to retrieve a list all regions' buckets. Refer to the Linode section of the region property's documentation for more information.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 Python Edition - Version 20.0 [Build 8178]