plane icon indicating copy to clipboard operation
plane copied to clipboard

S3 Configuration Issue

Open iamjameel006 opened this issue 1 year ago • 4 comments

Hey, I hope you're doing great.

Is there any issue related to configuration of S3. I've deployed plane on EC2 and trying to configure s3 as storage. I've setup values of all environment variables. When i run the project and try to upload image/file at any section i am getting 500 (internal server error). And on console I'm getting "Upload error: {error: 'Something went wrong please try again later'}". Is there any other configuration needed to make it enabled?

Thank you!

iamjameel006 avatar Jan 30 '24 10:01 iamjameel006

I facing same issue

truongnat avatar Feb 23 '24 03:02 truongnat

Same issue with Minio

Glassback avatar Mar 19 '24 09:03 Glassback

Same issue here with internal Minio...

infinitr0us avatar May 13 '24 00:05 infinitr0us

Try this:

AWS_S3_ENDPOINT_URL=https://s3.ap-south-1.amazonaws.com

Make sure you change the ap-south-1 based on whatever region your s3 bucket is on.

ankitkarna99 avatar Jul 25 '24 05:07 ankitkarna99