View source: R/b2ListBuckets.R
b2ListBuckets | R Documentation |
b2ListBuckets
lists buckets associated with an account, in
alphabetical order by bucket ID.
b2ListBuckets()
This function lists buckets associated with a user's account on the Backblaze B2 cloud storage product, in alphabetical order by bucket ID. Further details regarding this API call are available here:
https://www.backblaze.com/b2/docs/b2_list_buckets.html
b2ListBuckets
does not support any function options. However, the
function must first be authorised through the b2AuthorizeAccount
function.
If successful a data frame will be returned containing
accountId
, bucketId
, bucketName
and bucketType
for all existing buckets in the specific user's account.
## Not run:
b2ListBuckets()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.