mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 12:26:25 +00:00
comment on using boto3
This commit is contained in:
@@ -7,6 +7,7 @@ from litellm._logging import verbose_proxy_logger
|
||||
|
||||
|
||||
def get_file_contents_from_s3(bucket_name, object_key):
|
||||
# v0 rely on boto3 for authentication - allowing boto3 to handle IAM credentials etc
|
||||
s3_client = boto3.client("s3")
|
||||
try:
|
||||
verbose_proxy_logger.debug(
|
||||
|
||||
Reference in New Issue
Block a user