vinyldns / vinyldns/vinyldns-python
Replace boto library with boto3 or AWS4Auth
Open
@nspadaccino is already working on this.
Since Apr 30, 2025.
area/core
area/dependencies
- Dominant language
- Python
- Stars
- 12
- Forks
- 24
- Avg merge
- 9d 13h
- Merged PRs (30d)
- 2
Description
Currently the boto library is used to authenticate requests. The boto library is now end of life and doesn't work with python>=3.12. The boto library should be replaced with boto3, or the AWS4Auth library, which may be better suited for simply authenticating requests with AwsSigV4.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.