validate_amazon_s3_repository
Verify Amazon S3 repository configuration for Binalyze AIR by checking credentials, bucket access, and region settings to ensure proper data storage.
Instructions
Validate Amazon S3 repository configuration
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. |