b2ListBuckets: List B2 Buckets.

Description Usage Details Value Examples

Description

b2ListBuckets lists buckets associated with an account, in alphabetical order by bucket ID.

Usage

1

Details

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.

Value

If successful a data frame will be returned containing accountId, bucketId, bucketName and bucketType for all existing buckets in the specific user's account.

Examples

1
2
3
4
## Not run: 
b2ListBuckets()

## End(Not run)

phillc73/backblazer documentation built on May 25, 2019, 5:05 a.m.