revoltchat / self-hosted

Deploy Revolt using Docker.
851 stars 106 forks source link

bug: s3Error #76

Closed KimaniLife closed 3 months ago

KimaniLife commented 5 months ago

What happened?

Team,

we deployed selfhosted repo as docker and we are facing this media upload issue and erroring as s3Error and i couldn't find much logs on the same to diagnose deeper.

can you let me know, where we are actually doing wrong? below is the .env config for our app.

Autumn configuration

S3 Region

AUTUMN_S3_REGION=us-east-1

S3 Endpoint

AUTUMN_S3_ENDPOINT=https://s3.us-east-1.amazonaws.com AUTUMN_S3_BUCKET_PREFIX=kimanilifeassets-revolt AUTUMN_LOCAL_STORAGE_PATH=./kimanilife

MinIO Root User

MINIO_ROOT_USER=minioautumn

MinIO Root Password

MINIO_ROOT_PASSWORD=minioautumn

AWS Access Key ID

AWS_ACCESS_KEY_ID=****

AWS Secret Key

AWS_SECRET_ACCESS_KEY=**

mynevermore commented 4 months ago

I'm using the default .env file to deploy revolt myself and I've encountered the same issue. Constant S3 Error whenever we try to change avatars or upload files.