Skip to content

How to Disable Links and Block Downloads from S3 in Amazon Q Business

0

In Amazon Q Business, is there a way to hide or disable the information source links (for example, S3 buckets) that appear on the chat interface when answers are retrieved from connected data sources? Additionally, is there a way to prevent users from downloading the objects even if they access the S3 bucket?

1 Answer
0

There isn't a built-in option to hide links from S3 buckets in the chat interface. You can adjust the queries or use custom formatting to prevent exposing the links in the chat responses.

To block downloads: Use IAM Policies to restrict access to only certain actions (GetObject without download permissions). Set a Bucket Policy to prevent downloading by restricting permissions for specific users.

Alternatively, configure S3 Access Points for finer control over access.

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.