jonathan343
jonathan343
## Updated s3_cleanup to use waiters, paginators, and batch delete_objects *Description of changes:* Modernized the `s3_cleanup` function using waiters to solve the `NoSuchBucket` errors. I also implemented the use of...
This PR includes new functional tests that validate the presence and content of new endpoint files such as `endpoint-rule-set.json`, `endpoint-tests.json`, and `partitions.json`.
## Overview This PR aims to improve the accessibility of the Furo theme for keyboard-only users. Specifically, it focuses on improving keyboard navigation, which is important for people who are...
This PR uses the `pip-compile` command from `pip-tools` to generate a lock file for `requirments-docs.txt`. This was generated in `Python 3.8` virtual environment. **NOTE:** The following urllib3 requirements were added...
### Issue After an unrelated investigation into the boto3 package download stats, I noticed that a significant portion of them included files like `boto3-1.xx.xx-py3-none-any.whl.metadata`. Using the publicly available dataset, I...
This PR uses the `pip-compile` command from `pip-tools` to generate a lock file for `requirments-docs.txt`. This was generated in `Python 3.8` virtual environment. **NOTE:** The following urllib3 requirements were added...
After the merge of https://github.com/boto/botocore/pull/3280, we can remove the nimble examples here as the client will no longer be functional.
Combination of https://github.com/boto/botocore/pull/3280 and https://github.com/aws/aws-cli/pull/8981 to remove the client from AWS CLI v2.
This PR updates the listed credential provider precedence documented in the [boto3 docs](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html). The sub-section ordering is also updated for readability.
This PR makes the following updates to the botocore flexible checksum behavior: **General:** * Remove MD5 checksums and make CRC32 the default checksum algorithm. * When the `request_checksum_calculation` config is...