create_amazon_s3_repository
Set up an Amazon S3 repository for storing digital forensics evidence within the Binalyze AIR platform, enabling secure evidence management.
Instructions
Create a new Amazon S3 repository for evidence storage
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the Amazon S3 repository | |
| region | Yes | AWS region (e.g. eu-west-1) | |
| bucket | Yes | S3 bucket name | |
| accessKeyId | Yes | AWS access key ID | |
| secretAccessKey | Yes | AWS secret access key | |
| organizationIds | No | Organization IDs to associate the repository with. Defaults to empty array. |