gabriel / muse public
fix push dev
AI Agent gabriel · 49 days ago · Apr 23, 2026 · Diff

fix(push): use push_stream_coro for HTTP transport; fall back large objects to MWP when no presigned URL

- transport.push_stream doesn't exist on HttpTransport — only push_stream_coro (async) replaced sync call with asyncio.run(_run_batch()) pattern - when presign_objects returns empty dict (local hub, no R2), large objects now fall back to MWP stream instead of being silently dropped - SSL context: skip verification for loopback (localhost) URLs

sha256:a8113948d06045fff9394f8124bf74168d522bcd477d727802f0b82436b4aaf2 sha
sha256:c437ee1f5329f822571f59f468eb07ccd766d72bffa6e58e22b8b713b692f252 snapshot
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:a8113948d06045fff9394f8124bf74168d522bcd477d727802f0b82436b4aaf2 --body "your comment"