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

Method IsExpired

pkg/credentials/credentials.go:75–75  ·  view source on GitHub ↗

IsExpired returns if the credentials are no longer valid, and need to be retrieved.

()

Source from the content-addressed store, hash-verified

73 // IsExpired returns if the credentials are no longer valid, and need
74 // to be retrieved.
75 IsExpired() bool
76}
77
78// CredContext is passed to the Retrieve function of a provider to provide

Callers 9

TestFileAWSFunction · 0.65
IsExpiredMethod · 0.65
isExpiredMethod · 0.65
TestIAMFunction · 0.65
TestIAMIsExpiredFunction · 0.65
TestEcsTaskFunction · 0.65
TestEcsTaskFullURIFunction · 0.65
TestStsFunction · 0.65
TestStsCnFunction · 0.65

Implementers 7

testCredProviderpkg/credentials/chain_test.go
Chainpkg/credentials/chain.go
EnvMiniopkg/credentials/env_minio.go
FileMinioClientpkg/credentials/file_minio_client.go
credProviderpkg/credentials/credentials_test.go
EnvAWSpkg/credentials/env_aws.go
Staticpkg/credentials/static.go

Calls

no outgoing calls

Tested by 7

TestFileAWSFunction · 0.52
TestIAMFunction · 0.52
TestIAMIsExpiredFunction · 0.52
TestEcsTaskFunction · 0.52
TestEcsTaskFullURIFunction · 0.52
TestStsFunction · 0.52
TestStsCnFunction · 0.52