We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd10b83 commit 537ba01Copy full SHA for 537ba01
app/operations/presigned_urls.py
@@ -86,6 +86,7 @@ async def generate_download_url_op(
86
region_name=config.region_name,
87
aws_access_key_id=config.aws_access_key_id,
88
aws_secret_access_key=config.aws_secret_access_key,
89
+ endpoint_url=config.minio_endpoint,
90
) as client:
91
get_presigned_url = await client.generate_presigned_url(
92
"get_object",
0 commit comments