Skip to content

Commit 2d93aef

Browse files
committed
try setting port
1 parent decf5f0 commit 2d93aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: source/s3_client.c

+1
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ struct aws_s3_meta_request *aws_s3_client_make_meta_request(
10301030
}
10311031

10321032
endpoint_host_name = aws_string_new_from_cursor(client->allocator, aws_uri_host_name(&host_uri));
1033+
port = aws_uri_port(&host_uri);
10331034
aws_uri_clean_up(&host_uri);
10341035
}
10351036

0 commit comments

Comments
 (0)