S3 needs a one-time Connect step where you provide AWS credentials with read access to a single bucket.Documentation Index
Fetch the complete documentation index at: https://docs.polyvia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create an IAM user with read access
In the AWS console, go to IAM → Users → Create user and name it (e.g.
polyvia-s3-reader). Skip console access. Attach a policy with the permissions below — replace YOUR_BUCKET with your bucket name:Generate an access key
Open the IAM user → Security credentials → Create access key. Choose Application running outside AWS and copy the access key ID and secret (the secret is only shown once).
Connect in Polyvia
On the Documents page, open the Import dropdown and click Amazon S3. Paste the access key ID, secret access key, region (e.g.
us-east-1), and bucket name. Save.Credentials are stored in your browser’s
localStorage (key: s3_integration_config). They aren’t synced to other browsers and only leave your environment over TLS to Polyvia when you list or import objects.