LinkinStars commented on issue #861: URL: https://github.com/apache/answer/issues/861#issuecomment-2785101210
> Hi, slightly off-topic, but I need help configuring Apache Answer. It's only accessible to logged-in, whitelisted users. Here's the setup I'm aiming for: > > * **User avatars**: These can be stored in either a public or private S3 bucket. > * **Other media uploads**: These should be stored in a private S3 bucket. When someone visits a post, the media should render using a signed URL with a 30-minute TTL. > > I've checked the [documentation](https://github.com/apache/answer-plugins/tree/main/storage-s3), but couldn't find relevant details. Does anyone know how to configure this setup? @finallyRaunak Currently, the plugin s3 itself cannot achieve the functionality you want. You may have to develop a new similar plugin to implement it. - User avatars: The plugin knows where the image was uploaded from. So the plugin can save to where you want. - Other media uploads: You need to develop the render service. When someone visits the image this service can redirect the URL to a signed URL with TTL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
