Open iamjameel006 opened 9 months ago
@iamjameel006 Your issue is probably realated to https://github.com/makeplane/plane/pull/3278
@iamjameel006 were you able to get it working?
@dhruv-nudge it is working for me, what is the issue you are facing?
@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
Is your S3 bucket public or private? Private buckets are only recently supported.
@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.