plane
plane copied to clipboard
S3 Configuration Issue
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!
I facing same issue
Same issue with Minio
Same issue here with internal Minio...
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.