Ahmed Moustafa
Ahmed Moustafa
*Description of changes:* Explicitly warn users that we do not support non-positive values for the max-items global pagination argument. Example output: ``` aws s3api list-objects --bucket bucket-123 --max-items 0 2024-08-08...
*Description of changes:* Explicitly warn users that we do not support non-positive values for the max-items global pagination argument. Example output: ``` aws s3api list-objects --bucket bucket-123 --max-items 0 warning:...
*Issue #, if available:* - https://github.com/boto/botocore/pull/3233 - https://github.com/boto/botocore/pull/3279 *Description of changes:* - Ported the linked botocore PRs above to add multi-auth trait support *Description of tests:* - Passed the unit/functional...
*Issues:* * https://github.com/aws/aws-cli/issues/2449 *Description of changes:* * Clarified pagination description on paginated operations to prevent recurring tickets on customer confusion with the `--no-paginate` arg. *Description of tests:* * Regenerated docs...
*Description of changes:* * Update new-change file enhancement's description for more clarity. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...
# Context This is a port of https://github.com/aws/aws-cli/pull/9356 # Changes - Updated `SSOCredentialFetcher` to check if the cached legacy token is expired according to the local clock. If expired, it...
*Description of changes:* * Modify the us-east-1 S3 endpoint check so that: * It restricts the `s3.amazonaws.com` check to the hostname of the URL. This prevents false positives, for example,...
*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....
*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...