Retrieve retrieves credentials from the MinIO service. Error will be returned if the request fails.
()
| 265 | // Retrieve retrieves credentials from the MinIO service. |
| 266 | // Error will be returned if the request fails. |
| 267 | func (m *STSAssumeRole) Retrieve() (Value, error) { |
| 268 | return m.RetrieveWithCredContext(nil) |
| 269 | } |
nothing calls this directly
no test coverage detected