Files
markbase/markbase-core/Cargo.toml
Warren 5487ad63a6
Some checks failed
Test / build (push) Has been cancelled
Test / test (push) Has been cancelled
P1: AsyncS3Vfs native async implementation using reqwest
- Replace spawn_blocking + ureq with native async reqwest
- AsyncS3Vfs uses reqwest::Client for HTTP operations
- rusty-s3 for presigned URL generation + XML parsing
- AsyncS3File with async read/write/seek/flush
- reqwest dependency added under async-vfs feature

Tests: 297 passed (293 + 4 new s3_auth tests)
2026-06-21 22:22:05 +08:00

3.3 KiB