b2ListBuckets: List B2 Buckets.

View source: R/b2ListBuckets.R

b2ListBucketsR Documentation

List B2 Buckets.

Description

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

Usage

b2ListBuckets()

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

## Not run: 
b2ListBuckets()

## End(Not run)


phillc73/backblazer documentation built on March 29, 2025, 10:45 a.m.