()
| 30 | } |
| 31 | |
| 32 | export async function refreshCurrentAwsCredentials() { |
| 33 | return refreshAndGetAwsCredentials() |
| 34 | } |
| 35 | |
| 36 | export async function refreshCurrentGcpCredentialsIfNeeded() { |
| 37 | return refreshGcpCredentialsIfNeeded() |
no outgoing calls
no test coverage detected