Skip to content

Commit ec59f74

Browse files
committed
Fix s3_control
1 parent f5a5e69 commit ec59f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aws_s3_control.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9096,7 +9096,7 @@ request(Client, Method, Path, Query, Headers0, Input, Options, SuccessStatusCode
90969096
do_request(Client, Method, Path, Query, Headers0, Input, Options, SuccessStatusCode) ->
90979097
Client1 = Client#{service => <<"s3">>},
90989098
AccountId = proplists:get_value(<<"x-amz-account-id">>, Headers0),
9099-
DefaultHost = build_host(AccountId, <<"s3-control">>, Client1),DefaultHost = build_host(<<"s3-control">>, Client1),
9099+
DefaultHost = build_host(AccountId, <<"s3-control">>, Client1),
91009100
URL0 = build_url(DefaultHost, Path, Client1),
91019101
PathBin = erlang:iolist_to_binary(Path),
91029102
{URL1, Host} = aws_util:apply_endpoint_url_override(URL0, DefaultHost, PathBin, <<"AWS_ENDPOINT_URL_AWS_S3_CONTROL">>),

0 commit comments

Comments
 (0)