mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 23:17:10 +02:00
✨ Ignore S3 object metadata and use our own content-type header
This commit is contained in:
parent
07601975ac
commit
a868840132
2 changed files with 6 additions and 3 deletions
|
@ -64,6 +64,7 @@
|
|||
(yrs/response :status 307
|
||||
:headers {"location" (str url)
|
||||
"x-host" (cond-> host port (str ":" port))
|
||||
"x-mtype" (:content-type mdata)
|
||||
"cache-control" (str "max-age=" (inst-ms cache-max-age))}))
|
||||
|
||||
:fs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue