Function s4::new_s3client_simple [] [src]

pub fn new_s3client_simple(
    region: Region
) -> Result<S3Client<DefaultCredentialsProvider, Client>, CredentialsError>

Create client with default TLS client and credentials provider

Panics

Panics if TLS cannot be initialized.