post https://api.similarweb.com/v3/batch/s3-connector/setup
This endpoint creates a new S3 integration, and generates an AWS access and secret keys to be used for reading the data written to this integration's folders.
Recipes
☁️
S3 Table Integration
Open Recipe
Response
The response contains the information of the created integration.
Property | Description | Example |
---|---|---|
aws_access_key str | The AWS access key to use when reading the data written from one of the integration's tables. | "AKIA1BABCS1234A1ABCD" |
aws_secret_key str | The AWS secret key to use when reading the data from one of the integration's tables. | "AB1A41AabcA8abABaABCDEfG23Hi2JKlMN34O6pq" |
expiration_date str | The date until which the access key and secret key are active (after this date the keys would expire if not renewed). | "2024-01-01" |
integration_name str | The name of the created integration. (can not be changed) | "s3_default" |
s3_bucket str | The name of the S3 bucket in which the data will be written. | "my_bucket" |
s3_prefix str | The path in S3 in which the data will be written to. | "account_id/my_new_integration/" |