We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537ba01 commit 5322fbcCopy full SHA for 5322fbc
app/operations/presigned_urls.py
@@ -66,7 +66,7 @@ async def generate_upload_url_op(
66
67
return web.json_response(
68
{
69
- "filename": filename,
+ "filename": key,
70
"put_presigned_url": put_presigned_url,
71
}
72
)
0 commit comments