mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
comment on using boto3
This commit is contained in:
parent
d24903d833
commit
702f6bca00
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