s3_host

Function s3_host 

Source
fn s3_host(s3_config: &S3ConnectorConfig) -> String
Expand description

Compute the S3 hostname for the configured bucket and region.

If a custom endpoint_url is set (for MinIO, LocalStack, etc.), that is used instead of the standard <bucket>.s3.<region>.amazonaws.com.