mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 13:27:14 +02:00
🎉 Add support for multipart upload of thumbnails
and improve the thumbnails storage to offloading it to the storage subsystem
This commit is contained in:
parent
c2b6b40554
commit
e8ffcbae69
14 changed files with 771 additions and 289 deletions
|
@ -150,6 +150,10 @@
|
|||
[id params]
|
||||
(send-command! id params {:forward-query-params [:file-id :object-id]}))
|
||||
|
||||
(defmethod command :get-file-object-thumbnails
|
||||
[id params]
|
||||
(send-command! id params {:forward-query-params [:file-id]}))
|
||||
|
||||
(defmethod command :export-binfile
|
||||
[id params]
|
||||
(send-command! id params {:response-type :blob}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue