forked from phoenix/litellm-mirror
comment on using boto3
This commit is contained in:
parent
6f7b204294
commit
86818ddffc
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue