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

Struct azureProvider

ais/backend/azure.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29type (
30 azureProvider struct {
31 u string
32 c *azblob.SharedKeyCredential
33 t cluster.Target
34 s azblob.ServiceURL
35 }
36)
37
38const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected