mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 12:28:37 +02:00
🐛 Fix region spec on s3 storage backend
This allows users use different region
This commit is contained in:
parent
10a33fb102
commit
b08b1a546a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
;; --- BACKEND INIT
|
;; --- BACKEND INIT
|
||||||
|
|
||||||
(s/def ::region #{:eu-central-1})
|
(s/def ::region ::us/keyword)
|
||||||
(s/def ::bucket ::us/string)
|
(s/def ::bucket ::us/string)
|
||||||
(s/def ::prefix ::us/string)
|
(s/def ::prefix ::us/string)
|
||||||
(s/def ::endpoint ::us/string)
|
(s/def ::endpoint ::us/string)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue