-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Getting issue During S3 configuration #3490
Comments
@iamjameel006 Your issue is probably realated to #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
When I checked logs, I got this issue
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. |
tried both private and public but didn't work |
@leedsjb @poudelprakash any idea what might be the issue? |
@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.
The text was updated successfully, but these errors were encountered: