litellm/litellm-rust/crates/cache
Yujong Lee 788e24655a feat(rust): add native S3 cache backend
Mirror the Redis vertical slice for S3Cache: a litellm-cache-s3 crate built on aws-sdk-s3 with path-style custom endpoints, python-identical put_object metadata (cache-control, expires, content headers), expires-aware get_object, and no-op flush/unsupported test_connection. Wire it through python-bridge config projection, facade guards, test handle, and binding dispatch, plus an in-process S3 stub and parity tests.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-21 20:35:08 +00:00
..
src feat(rust): add native S3 cache backend 2026-09-21 20:35:08 +00:00
tests refactor(rust): align cache foundation with Python backends 2026-09-21 12:50:21 -07:00
Cargo.toml refactor(cache): separate response policy and host selection 2026-09-20 21:11:48 -07:00