0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05: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:
Alejandro 2022-06-24 11:07:19 +02:00 committed by GitHub
commit 7396410267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@
;; --- BACKEND INIT
(s/def ::region #{:eu-central-1})
(s/def ::region ::us/keyword)
(s/def ::bucket ::us/string)
(s/def ::prefix ::us/string)
(s/def ::endpoint ::us/string)