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