MCPcopy
hub / github.com/NVIDIA/aistore / ListObjects

Method ListObjects

cmd/aisfs/ais/bucket.go:22–22  ·  view source on GitHub ↗
(prefix, token string, pageSize uint)

Source from the content-addressed store, hash-verified

20 Bck() cmn.Bck
21 HeadObject(objName string) (obj *Object, exists bool, err error)
22 ListObjects(prefix, token string, pageSize uint) (objs []*Object, nextToken string, err error)
23 DeleteObject(objName string) (err error)
24 }
25

Callers 6

getNextObjsMethod · 0.65
refreshMethod · 0.65
lookupMethod · 0.65
listEntriesMethod · 0.65
RemoteObjPageMethod · 0.65
iteratePrefixMethod · 0.65

Implementers 2

bucketMockcmd/aisfs/fs/namespace_test.go
bucketAPIcmd/aisfs/ais/bucket.go

Calls

no outgoing calls

Tested by

no test coverage detected