update_amazon_s3_repository
Modify an existing Amazon S3 repository by updating its name, region, bucket, access keys, and associated organization IDs for integration with the MCP server.
Instructions
Update an existing Amazon S3 repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accessKeyId | Yes | Updated AWS access key ID | |
bucket | Yes | Updated S3 bucket name | |
id | Yes | ID of the Amazon S3 repository to update | |
name | Yes | Updated name for the Amazon S3 repository | |
organizationIds | No | Updated organization IDs to associate the repository with. Defaults to empty array. | |
region | Yes | Updated AWS region (e.g. eu-west-1) | |
secretAccessKey | Yes | Updated AWS secret access key |