This repository was archived by the owner on Jan 16, 2024. It is now read-only.
disablePayloadAccessControl on aws S3 #68
Answered
by
femkeklaver
femkeklaver
asked this question in
Q&A
|
Hi, I implemented your plugin and it works great. However, I try to enable the disablePayloadAccessControl so I get direct links to my images, but I can't get it to work. The urls returned start with "undefined". I looked into the S3-adapter, and noticed that generateURL.ts uses the 'endpoint' from the config as the first part of an url. I can't seem to figure out what to pass into the config as endpoint to make this work. Also, as all the other functionality works perfectly without an endpoint specified (cheers for that!), maybe it isn't necessary to make generateURL work? Thanks! |
Answered by
femkeklaver
Sep 4, 2023
Replies: 1 comment
|
I managed to get it to work with including generateFileURL in the settings. |
0 replies
Answer selected by
femkeklaver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to get it to work with including generateFileURL in the settings.