litellm-mirror/litellm/integrations/gcs_bucket
Ishaan Jaff ec3bcf189f (fix) GCS bucket logger - apply truncate_standard_logging_payload_content to standard_logging_payload and ensure GCS flushes queue on fails (#7519)
* fix async_send_batch for gcs

* fix truncate GCS logger

* test_truncate_standard_logging_payload
2025-01-03 08:09:03 -08:00
..
gcs_bucket.py (fix) GCS bucket logger - apply truncate_standard_logging_payload_content to standard_logging_payload and ensure GCS flushes queue on fails (#7519) 2025-01-03 08:09:03 -08:00
gcs_bucket_base.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08: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