-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: s3Error #76
Comments
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. |
Hi, I am also using a non-minio S3 backend with my configuration and also encounter only @KimaniLife did this actually fix your issue? If not, did you find a solution? my
Four asterisks = redacted I also didn't use |
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=**************************
The text was updated successfully, but these errors were encountered: