We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8799ed1 commit 0ea6c87Copy full SHA for 0ea6c87
1 file changed
src/main/java/io/github/jpmorganchase/fusion/api/request/PartFetcher.java
@@ -2,7 +2,6 @@
2
3
import static io.github.jpmorganchase.fusion.api.tools.ResponseChecker.checkResponseStatus;
4
5
-import io.github.jpmorganchase.fusion.api.APIManager;
6
import io.github.jpmorganchase.fusion.api.response.GetPartResponse;
7
import io.github.jpmorganchase.fusion.api.response.Head;
8
import io.github.jpmorganchase.fusion.api.stream.IntegrityCheckingInputStream;
@@ -91,7 +90,7 @@ private String getPath(PartRequest pr) {
91
90
path = getMultiPartPath(pr);
92
}
93
94
- return APIManager.encodeUrl(path);
+ return path;
95
96
97
private String getSinglePartPath(PartRequest pr) {
0 commit comments