update_amazon_s3_repository
Modify configuration settings for an Amazon S3 repository in Binalyze AIR, including region, bucket, and credentials, to maintain data storage for digital forensics and incident response.
Instructions
Update an existing Amazon S3 repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Amazon S3 repository to update | |
| name | Yes | Updated name for the Amazon S3 repository | |
| region | Yes | Updated AWS region (e.g. eu-west-1) | |
| bucket | Yes | Updated S3 bucket name | |
| accessKeyId | Yes | Updated AWS access key ID | |
| secretAccessKey | Yes | Updated AWS secret access key | |
| organizationIds | No | Updated organization IDs to associate the repository with. Defaults to empty array. |