Skip to content

Commit 5e459f7

Browse files
committed
Update comment wording
Co-authored-by: Isaac
1 parent 1a47d77 commit 5e459f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aws/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl From<Error> for crate::Error {
4949
pub async fn resolve_bucket_region(bucket: &str, client_options: &ClientOptions) -> Result<String> {
5050
use http::StatusCode;
5151

52-
// S3's wildcard TLS cert (*.s3.amazonaws.com) only covers one DNS label; use path-style for dotted names.
52+
// S3's wildcard TLS cert (*.s3.amazonaws.com) only covers one DNS label. Use path-style for dotted names.
5353
let endpoint = if bucket.contains('.') {
5454
format!("https://s3.amazonaws.com/{bucket}")
5555
} else {

0 commit comments

Comments
 (0)