clearAwsCredentialsCache function

void clearAwsCredentialsCache()

Clear AWS credentials cache.

Implementation

void clearAwsCredentialsCache() {
  _awsCredentialsCache = null;
  _awsCredentialsCacheTime = null;
}