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

Method Close

pkg/signer/request-signature-streaming.go:494–500  ·  view source on GitHub ↗

Close - this method makes underlying io.ReadCloser's Close method available.

()

Source from the content-addressed store, hash-verified

492
493// Close - this method makes underlying io.ReadCloser's Close method available.
494func (s *StreamingReader) Close() error {
495 if s.sh256 != nil {
496 s.sh256.Close()
497 s.sh256 = nil
498 }
499 return s.baseReadCloser.Close()
500}

Callers 15

closeResponseFunction · 0.45
listRoleNamesFunction · 0.45
getEcsTaskCredentialsFunction · 0.45
fetchIMDSTokenFunction · 0.45
getCredentialsFunction · 0.45
TestIAMFailServerFunction · 0.45
TestIAMNoRolesFunction · 0.45
TestIAMFunction · 0.45

Calls

no outgoing calls

Tested by 9

TestIAMFailServerFunction · 0.36
TestIAMNoRolesFunction · 0.36
TestIAMFunction · 0.36
TestIAMFailAssumeFunction · 0.36
TestIAMIsExpiredFunction · 0.36
TestEcsTaskFunction · 0.36
TestEcsTaskFullURIFunction · 0.36
TestStsFunction · 0.36
TestStsCnFunction · 0.36