aws-cli
aws-cli copied to clipboard
Universal Command Line Interface for Amazon Web Services
*Description of changes:* Further updates for the getting data store CLI section in the HealthImaging dev guide. This contains the CLI output for getting data store when using JPEG2K By...
### Describe the bug `aws s3 cp s3://my-bucket/no/such/directory/ --recursive` will always exit with error code 0 (success). I'm not entirely sure if this should be considered a bug, but it...
### Describe the feature Currently, when attempting to delete an IAM user with the AWS CLI, the deletion process stops at the first dependency it encounters (e.g., group membership, attached...
## Summary Adds documentation improvements to [S3 configuration documentation](https://docs.aws.amazon.com/cli/latest/topic/s3-config.html) (in the AWS CLI) for the --endpoint-url parameter: 1. Warning against S3 Global endpoint: Advises users to avoid using `https://s3.amazonaws.com` or...
*Description of changes:* * Merge the following PRs, previously reviewed and approved: * https://github.com/aws/aws-cli/pull/9703 * https://github.com/aws/aws-cli/pull/9808 * https://github.com/aws/aws-cli/pull/9810 * https://github.com/aws/aws-cli/pull/9899 *Description of tests:* * Manually tested various breaking change warnings....
Issue #, if available: CLI-5136 & CLI-7572 & https://github.com/aws/aws-cli/issues/2688 *Description of changes:* Exposes modeled error members from AWS service exceptions to stdout in the configured output format (json/yaml/text/table/off), while maintaining...
*Description of changes:* * Updated interactive and auto-fix mode to support multiple linting rules. The main technical complexity with supporting multiple rules is that as we apply fixes to the...
# Vulnerability in Python `zipfile` module (ZIP64 EOCD offset validation) ## Description / Context The Python `zipfile` module (versions ≤ 3.13.7) does not validate the ZIP64 End of Central Directory...
*Issue #, if available:* *Description of changes:* * Introduces text only mode to ECS Express Mode Monitoring commands. * Addressed issues in interactive display not exiting correctly on error/timeout. *...
### Describe the bug I wanted to update aws iot core thing type searchable attributes and I saw in the documentation that it is possible using the CLI, but running...