Function aws_util::aws::validate_credentials[][src]

pub async fn validate_credentials(
    conn_info: ConnectInfo,
    timeout: Duration
) -> Result<(), Error>
Expand description

Verify that the provided credentials are legitimate

This uses an always-valid API request to check that the AWS credentials provided are recognized by AWS. It does not verify that the credentials can perform all of the actions required for any specific source.