v1
latestOpenAPI 3.1.02026-07-2414103.5 MBS3 Integration
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.
post/v3/batch/s3-connector/setup
Response
200
Example response
{
"aws_access_key": "S3-ACCESS-KEY",
"aws_secret_key": "S3-SECRET-KEY",
"expiration_date": "2025-10-22",
"integration_name": "s3_default",
"s3_bucket": "my_bucket",
"s3_prefix": "account_id/my_new_integration/"
}