Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 16, 2024
1 parent 8db928f commit 1ed3dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public void onFinished(S3FinishedResponseContext context) {
}
};

HttpHeader[] headers = { new HttpHeader("Host", ENDPOINT) , new HttpHeader("Range", "bytes=10-9") };
HttpHeader[] headers = { new HttpHeader("Host", ENDPOINT) };
HttpRequest httpRequest = new HttpRequest("GET", PRE_EXIST_1MB_PATH, headers, null);

S3MetaRequestOptions metaRequestOptions = new S3MetaRequestOptions()
Expand Down

0 comments on commit 1ed3dba

Please sign in to comment.