forked from phoenix/litellm-mirror
Merge pull request #1966 from BerriAI/litellm_fix_s3_cache_error_disconnect
[FIX] s3 cache proxy - fix notImplemented error
This commit is contained in:
commit
03d5ef3d4a
1 changed files with 3 additions and 0 deletions
|
@ -675,6 +675,9 @@ class S3Cache(BaseCache):
|
|||
def flush_cache(self):
|
||||
pass
|
||||
|
||||
async def disconnect(self):
|
||||
pass
|
||||
|
||||
|
||||
class DualCache(BaseCache):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue