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

Method Retrieve

pkg/credentials/assume_role.go:267–269  ·  view source on GitHub ↗

Retrieve retrieves credentials from the MinIO service. Error will be returned if the request fails.

()

Source from the content-addressed store, hash-verified

265// Retrieve retrieves credentials from the MinIO service.
266// Error will be returned if the request fails.
267func (m *STSAssumeRole) Retrieve() (Value, error) {
268 return m.RetrieveWithCredContext(nil)
269}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected