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

Method IsExpired

pkg/credentials/static.go:70–72  ·  view source on GitHub ↗

IsExpired returns if the credentials are expired. For Static, the credentials never expired.

()

Source from the content-addressed store, hash-verified

68//
69// For Static, the credentials never expired.
70func (s *Static) IsExpired() bool {
71 return false
72}

Callers 1

TestStaticGetFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestStaticGetFunction · 0.76