Skip to content

Commit 5322fbc

Browse files
authored
Update presigned_urls.py
1 parent 537ba01 commit 5322fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/operations/presigned_urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def generate_upload_url_op(
6666

6767
return web.json_response(
6868
{
69-
"filename": filename,
69+
"filename": key,
7070
"put_presigned_url": put_presigned_url,
7171
}
7272
)

0 commit comments

Comments
 (0)