Skip to content

feat(uploads): harden multipart uploads to sdk-rust parity#133

Open
zfarrell wants to merge 3 commits into
mainfrom
feat/upload-resilience-hardening
Open

feat(uploads): harden multipart uploads to sdk-rust parity#133
zfarrell wants to merge 3 commits into
mainfrom
feat/upload-resilience-hardening

Conversation

@zfarrell

@zfarrell zfarrell commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Brings sdk-python's presigned upload path to feature and ergonomic parity with sdk-rust: whole-upload re-sweep with per-part stall cancellation, two-tier retry, streaming JIT-mint for large files (>8 MiB), a 30s storage connect timeout, and a unified UploadError hierarchy with cancel_event, request_timeout, an exhausted marker, and a thread-safe tqdm_progress adapter. Validated by a three-agent review (adversarial parity, UX build-through, test-coverage matrix).

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thorough review complete. The re-sweep driver, per-part stall watchdog, streaming JIT-mint path, unified error hierarchy, and top-level exports are all correct, internally consistent, and backed by comprehensive tests (streaming serialization, mid-flight cancellation, exhausted-marking, watchdog scheduling/pool-restamping, error wrapping). No blocking issues found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant