pub async fn set(
client: &impl Client,
mount: &str,
access_key: &str,
secret_key: &str,
opts: Option<&mut SetConfigurationRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Configures the root IAM credentials to communicate with AWS.