Skip to content

Commit

Permalink
add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Aug 5, 2024
1 parent f3b836d commit ceccdd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_tasks/vector_ingest/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@


def download_file(file_uri: str):
"""download stuff"""
sts = boto3.client("sts")
response = sts.assume_role(
RoleArn=os.environ.get("EXTERNAL_ROLE_ARN"),
Expand Down

0 comments on commit ceccdd2

Please sign in to comment.