0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

🐛 Fix issue with minio setup on devenv

This commit is contained in:
Andrey Antukh 2023-09-18 15:32:52 +02:00 committed by Andrés Moya
parent 9931232a91
commit c23cf2a5a6

View file

@ -41,7 +41,7 @@ export PENPOT_FLAGS="\
# Initialize MINIO config
mc alias set penpot-s3/ http://minio:9000 minioadmin minioadmin
mc admin user add penpot-s3 penpot-devenv penpot-devenv
mc admin policy set penpot-s3 readwrite user=penpot-devenv
mc admin policy attach penpot-s3 readwrite --user=penpot-devenv
mc mb penpot-s3/penpot -p
export AWS_ACCESS_KEY_ID=penpot-devenv