MCPcopy Create free account
hub / github.com/AbelChe/evil_minio / MakeBucket

Method MakeBucket

cmd/object-api-interface.go:204–204  ·  view source on GitHub ↗

Bucket operations.

(ctx context.Context, bucket string, opts MakeBucketOptions)

Source from the content-addressed store, hash-verified

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

Callers 15

TestRepeatPutObjectPartFunction · 0.95
MakeBucketMethod · 0.65
DeleteBucketMethod · 0.65
TestDeleteUserRaceMethod · 0.65
_testListObjectsFunction · 0.65
testDeleteObjectVersionFunction · 0.65
testListObjectVersionsFunction · 0.65
BenchmarkListObjectsFunction · 0.65
PutBucketHandlerMethod · 0.65

Implementers 1

erasureServerPoolscmd/erasure-server-pool.go

Calls

no outgoing calls

Tested by 15

TestRepeatPutObjectPartFunction · 0.76
TestDeleteUserRaceMethod · 0.52
_testListObjectsFunction · 0.52
testDeleteObjectVersionFunction · 0.52
testListObjectVersionsFunction · 0.52
BenchmarkListObjectsFunction · 0.52
TestSTSWithTagsMethod · 0.52
TestSTSMethod · 0.52