disablePayloadAccessControl on aws S3 #68
-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I managed to get it to work with including generateFileURL in the settings.
|
Beta Was this translation helpful? Give feedback.
I managed to get it to work with including generateFileURL in the settings.