gutomec
TTypebot
•Created by Pedro Lopes on 2/23/2024 in #help-and-questions
Minio Problem
Your ENV should point to the Minio API, and your Minio should have a bucket named "typebot" configured as public.
---
S3_ACCESS_KEY=YOUR_USER_NAME
S3_SECRET_KEY=YOUR_SECRET_KEY
S3_BUCKET=typebot
S3_ENDPOINT=YOUR_MINIO_API_WUTHOUT_HTTP
S3_SSL=false
S3_REGION=eu-east-1
4 replies