makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
30.28k stars 1.69k forks source link

Getting issue During S3 configuration #3490

Open iamjameel006 opened 9 months ago

iamjameel006 commented 9 months ago

@mdp @notpushkin @kylewlacy @AnkushD

USE_MINIO=0 AWS_REGION="eu-west-1" AWS_ACCESS_KEY_ID="[reducted]" AWS_SECRET_ACCESS_KEY="[reducted]" AWS_S3_ENDPOINT_URL="https://bucket-name.region.s3.amazonaws.com/" AWS_S3_BUCKET_NAME="[reducted]" FILE_SIZE_LIMIT=52428800

Is there some other change we have to make to enable it to upload to S3. I am not getting any error, but when i upload the image it just load uploading for some time then disappear.

poudelprakash commented 8 months ago

@iamjameel006 Your issue is probably realated to https://github.com/makeplane/plane/pull/3278

dhruv-nudge commented 2 weeks ago

@iamjameel006 were you able to get it working?

poudelprakash commented 2 weeks ago

@dhruv-nudge it is working for me, what is the issue you are facing?

dhruv-nudge commented 1 week ago

@poudelprakash in the issue-attachment API, I keep getting this error

{"error":"Something went wrong please try again later"}

When I checked logs, I got this issue

api-1  | An error occurred (403) when calling the HeadObject operation: Forbidden
api-1  | ERROR 2024-10-23 12:24:48,729 exception_logger 25 252747202488648 An error occurred (403) when calling the HeadObject operation: Forbidden

I have checked the IAM policies, and bucket permissions, those are correctly configured, but I keep getting this error

leedsjb commented 1 day ago

Is your S3 bucket public or private? Private buckets are only recently supported.