Bucket operations.
(ctx context.Context, bucket string, opts MakeBucketOptions)
| 202 | |
| 203 | // Bucket operations. |
| 204 | MakeBucket(ctx context.Context, bucket string, opts MakeBucketOptions) error |
| 205 | GetBucketInfo(ctx context.Context, bucket string, opts BucketOptions) (bucketInfo BucketInfo, err error) |
| 206 | ListBuckets(ctx context.Context, opts BucketOptions) (buckets []BucketInfo, err error) |
| 207 | DeleteBucket(ctx context.Context, bucket string, opts DeleteBucketOptions) error |
no outgoing calls