Documentation
¶
Index ¶
- Constants
- Variables
- type BucketsCreateParams
- type BucketsDeleteParams
- type BucketsListParams
- type BucketsUpdateParams
- type Client
- func (c Client) Create(ctx context.Context, params *BucketsCreateParams) error
- func (c Client) Delete(ctx context.Context, params *BucketsDeleteParams) error
- func (c Client) List(ctx context.Context, params *BucketsListParams) error
- func (c Client) Update(ctx context.Context, params *BucketsUpdateParams) error
Constants ¶
View Source
const InfiniteRetention = 0
Variables ¶
View Source
var ErrMustSpecifyOrgDeleteByName = fmt.Errorf("%s when deleting a bucket by name", clients.ErrMustSpecifyOrg)
Functions ¶
This section is empty.
Types ¶
type BucketsCreateParams ¶
type BucketsDeleteParams ¶
type BucketsListParams ¶
type BucketsUpdateParams ¶
Click to show internal directories.
Click to hide internal directories.