mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
feat - log to s3 buckets through litellm Admin UI
This commit is contained in:
parent
dcc3477cd5
commit
add228d64e
1 changed files with 10 additions and 0 deletions
|
|
@ -1374,6 +1374,16 @@ class AllCallbacks(LiteLLMBase):
|
|||
],
|
||||
)
|
||||
|
||||
s3: CallbackOnUI = CallbackOnUI(
|
||||
litellm_callback_name="s3",
|
||||
ui_callback_name="s3 Bucket (AWS)",
|
||||
litellm_callback_params=[
|
||||
"AWS_ACCESS_KEY_ID",
|
||||
"AWS_SECRET_ACCESS_KEY",
|
||||
"AWS_REGION_NAME",
|
||||
],
|
||||
)
|
||||
|
||||
openmeter: CallbackOnUI = CallbackOnUI(
|
||||
litellm_callback_name="openmeter",
|
||||
ui_callback_name="OpenMeter",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue