A Static is a set of credentials which are set programmatically, and will never expire.
| 20 | // A Static is a set of credentials which are set programmatically, |
| 21 | // and will never expire. |
| 22 | type Static struct { |
| 23 | Value |
| 24 | } |
| 25 | |
| 26 | // NewStaticV2 returns a pointer to a new Credentials object |
| 27 | // wrapping a static credentials value provider, signature is |
nothing calls this directly
no outgoing calls
no test coverage detected