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

Method IsExpired

pkg/credentials/file_minio_client.go:108–110  ·  view source on GitHub ↗

IsExpired returns if the shared credentials have expired.

()

Source from the content-addressed store, hash-verified

106
107// IsExpired returns if the shared credentials have expired.
108func (p *FileMinioClient) IsExpired() bool {
109 return !p.retrieved
110}
111
112// hostConfig configuration of a host.
113type hostConfig struct {

Callers 1

TestFileMinioClientFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestFileMinioClientFunction · 0.76