pub async fn create_service(
region: &RegionOrEndpoint,
auth: &AwsAuthentication,
proxy: &ProxyConfig,
tls_options: &Option<TlsConfig>,
force_path_style: impl Into<bool>,
) -> Result<S3Service>
pub async fn create_service(
region: &RegionOrEndpoint,
auth: &AwsAuthentication,
proxy: &ProxyConfig,
tls_options: &Option<TlsConfig>,
force_path_style: impl Into<bool>,
) -> Result<S3Service>