litellm/litellm-rust
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
..
crates feat(rust): add native S3 cache backend 2026-09-21 20:35:08 +00:00
.gitignore feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -07:00
Cargo.lock feat(rust): add native S3 cache backend 2026-09-21 20:35:08 +00:00
Cargo.toml feat(rust): add native S3 cache backend 2026-09-21 20:35:08 +00:00
clippy.toml wip 2026-09-19 10:36:59 -07:00