Closed tschaffter closed 1 year ago
Hello,
This question is related to the thumbor-aws
plugin, so it's better to ask it here https://github.com/thumbor/thumbor-aws
The solution was to use the http://s3.us-east-1.amazonaws.com
for AWS_LOADER_S3_ENDPOINT_URL
and AWS_RESULT_STORAGE_S3_ENDPOINT_URL
.
I'm using the image
beeyev/thumbor-s3:7.4-alpine
.Thanks for providing the example with MinIO. Thumbor works as expected with MinIO with the following configuration:
I'm now trying to use two AWS S3 bucket with the following config (minus the secrets of the IAM user):
Here is the policy I use to allow the Thumbor IAM user to read from
awesome-bucket-img
and read/write to the bucketawesome-bucket-img-cache
.Thumbor fails to get the image from the AWS bucket with the following error:
For some reason the boto client does not provide details about the error (no error code or reason).
Do you have thoughts on why Thumbor can not read the image from the AWS S3 bucket?
Thanks for having created this Thumbor image!