MCPcopy
hub / github.com/minio/minio-go / Static

Struct Static

pkg/credentials/static.go:22–24  ·  pkg/credentials/static.go::Static

A Static is a set of credentials which are set programmatically, and will never expire.

Source from the content-addressed store, hash-verified

20// A Static is a set of credentials which are set programmatically,
21// and will never expire.
22type Static struct {
23 Value
24}
25
26// NewStaticV2 returns a pointer to a new Credentials object
27// wrapping a static credentials value provider, signature is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected