Skip to content

Commit

Permalink
πŸ› bugfix export csv functionality (ITISFoundation#6108)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Jul 26, 2024
1 parent 5966161 commit 28aeb2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def export_service_runs(

# Create presigned S3 link
generated_url: AnyUrl = await s3_client.create_single_presigned_download_link(
bucket_name=s3_bucket_name,
bucket=s3_bucket_name,
object_key=s3_object_key,
expiration_secs=_PRESIGNED_LINK_EXPIRATION_SEC,
)
Expand Down

0 comments on commit 28aeb2f

Please sign in to comment.