Skip to content

Commit

Permalink
Merge f2e7985 into d8f9dd4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA authored Apr 3, 2024
2 parents d8f9dd4 + f2e7985 commit fd13460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/yql/providers/s3/actors/yql_s3_read_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ class TS3ReadCoroImpl : public TActorCoroImpl {
if (it != RangeCache.end()) {
return it->second;
}
RetryStuff->Gateway->Download(Url + Path, RetryStuff->Headers,
RetryStuff->Gateway->Download(UrlEscapeRet(Url + Path, true), RetryStuff->Headers,
range.Offset,
range.Length,
std::bind(&OnResult, GetActorSystem(), SelfActorId, range, ++RangeCookie, std::placeholders::_1),
Expand Down

0 comments on commit fd13460

Please sign in to comment.