Replies: 1 comment 1 reply
-
I think that in your S3 config you need to set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if we use my-domain name like endpoint is not working. The file is not send to my S3 domain.
The plugin generates URLs like that:
https://my-bucket.s3.my-endpoint/my-bucket/my-doc.pdf
We need to have:
https://my-bucket.s3.my-domain/my-doc.pdf
We find a workaround to add domain config:
The file is send to my domain S3 and generated URLs is correct:
https://my-bucket.s3.my-domain/my-doc.pdf
There is a better way to use this plugin with registered domain in S3?
Beta Was this translation helpful? Give feedback.
All reactions