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

Method ListObjects

cmd/object-api-interface.go:208–208  ·  view source on GitHub ↗
(ctx context.Context, bucket, prefix, marker, delimiter string, maxKeys int)

Source from the content-addressed store, hash-verified

206 ListBuckets(ctx context.Context, opts BucketOptions) (buckets []BucketInfo, err error)
207 DeleteBucket(ctx context.Context, bucket string, opts DeleteBucketOptions) error
208 ListObjects(ctx context.Context, bucket, prefix, marker, delimiter string, maxKeys int) (result ListObjectsInfo, err error)
209 ListObjectsV2(ctx context.Context, bucket, prefix, continuationToken, delimiter string, maxKeys int, fetchOwner bool, startAfter string) (result ListObjectsV2Info, err error)
210 ListObjectVersions(ctx context.Context, bucket, prefix, marker, versionMarker, delimiter string, maxKeys int) (result ListObjectVersionsInfo, err error)
211 // Walk lists all objects including versions, delete markers.

Callers 15

_testListObjectsFunction · 0.65
BenchmarkListObjectsFunction · 0.65
testDeleteObjectFunction · 0.65
testPagingFunction · 0.65
mustNotListObjectsMethod · 0.65
mustListObjectsMethod · 0.65
listServerConfigHistoryFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

erasureServerPoolscmd/erasure-server-pool.go

Calls

no outgoing calls

Tested by 9

_testListObjectsFunction · 0.52
BenchmarkListObjectsFunction · 0.52
testDeleteObjectFunction · 0.52
testPagingFunction · 0.52
mustNotListObjectsMethod · 0.52
mustListObjectsMethod · 0.52