Required Credentials
To connect your S3 bucket, you will need the following information:- Region: The AWS region where your bucket is hosted (e.g.,
us-east-1,eu-central-1). - Bucket Name: The exact name of your bucket.
- Access Key ID: An IAM Access Key with permissions to read from the bucket.
- Secret Access Key: The corresponding Secret Key.
Security Best Practice
We strongly recommend creating a dedicated IAM User specifically for Dreep with read-only access restricted only to the specific bucket you wish to import from.Never use your AWS Root Account credentials.
Connecting the Integration
Once you have gathered your credentials:- Open your Dreep project and navigate to the Integrations page.
- Click Connect on the Amazon S3 card.
- Enter your Access Key ID, Secret Access Key, Region, and Bucket Name into the connection modal.
- Dreep securely encrypts these credentials (using AES-256-GCM) before storing them, and verifies the connection.