litellm-mirror/litellm/integrations/gcs_bucket
2025-04-23 17:33:29 -07:00
..
gcs_bucket.py fix import loc 2025-04-23 17:33:29 -07:00
gcs_bucket_base.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
Readme.md (code clean up) use a folder for gcs bucket logging + add readme in folder (#6080) 2024-10-05 16:58:10 +05:30

GCS (Google Cloud Storage) Bucket Logging on LiteLLM Gateway

This folder contains the GCS Bucket Logging integration for LiteLLM Gateway.

Folder Structure

  • gcs_bucket.py: This is the main file that handles failure/success logging to GCS Bucket
  • gcs_bucket_base.py: This file contains the GCSBucketBase class which handles Authentication for GCS Buckets

Further Reading