new_s3client_with_credentials

Function new_s3client_with_credentials 

Source
pub fn new_s3client_with_credentials(
    region: Region,
    access_key: impl Into<String>,
    secret_key: impl Into<String>,
) -> Result<S3Client, TlsError>
Expand description

Create client using given static access/secret keys