1
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:2
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).
3
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.4
Browse and import
The picker opens automatically after Save. Browse the bucket using the standard
/ delimiter — click a folder to descend into, or click a file to import.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.