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

Method IsHTTP

cmn/bck.go:375–375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373func (b *Bck) IsRemoteAIS() bool { return b.Provider == apc.ProviderAIS && b.Ns.IsRemote() }
374func (b *Bck) IsHDFS() bool { return b.Provider == apc.ProviderHDFS }
375func (b *Bck) IsHTTP() bool { return b.Provider == apc.ProviderHTTP }
376
377func (b *Bck) IsRemote() bool {
378 return IsRemoteProvider(b.Provider) || b.IsRemoteAIS() || b.Backend() != nil

Callers 15

newBackendDlJobFunction · 0.45
parseDestFunction · 0.45
getObjectFunction · 0.45
iteratePrefixMethod · 0.45
_runMethod · 0.45
hpostBucketMethod · 0.45
listObjectsMethod · 0.45
_tryMethod · 0.45
_lookupMethod · 0.45
httpbckheadMethod · 0.45
getObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected