mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 04:48:39 +00:00
Merge pull request #2037 from penpot/niwinz-fix-region-spec-on-s3-storage-backend
Fix spec on S3 storage backend region parameter
This commit is contained in:
commit
7396410267
@ -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…
x
Reference in New Issue
Block a user