Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 0d23d09

Browse files
committed
chore: remove TODO tags
1 parent 5938911 commit 0d23d09

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

conformance-test/libraryMethods.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -600,11 +600,6 @@ export async function bucketUploadResumable(options: ConformanceTestOptions) {
600600
);
601601
}
602602

603-
/**
604-
* TODO: Restore chunk-based upload logic and manual status check.
605-
* Single-shot PUT is a temporary workaround to isolate auth issues.
606-
* Required for Scenario 7: mid-stream failure recovery (e.g., return-503-after-256K).
607-
*/
608603
return await options.storageTransport!.makeRequest({
609604
method: 'PUT',
610605
url: sessionUri,
@@ -965,11 +960,6 @@ export async function saveResumable(options: ConformanceTestOptions) {
965960

966961
if (!sessionUri) throw new Error('Failed to get session URI');
967962

968-
/**
969-
* TODO: Restore chunk-based upload logic and manual status check.
970-
* Single-shot PUT is a temporary workaround to isolate auth issues.
971-
* Required for Scenario 7: mid-stream failure recovery (e.g., return-503-after-256K).
972-
*/
973963
return await options.storageTransport!.makeRequest({
974964
method: 'PUT',
975965
url: sessionUri,

0 commit comments

Comments
 (0)