Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.
This repository has been archived by the owner on May 10, 2024. It is now read-only.

DeprecationWarning: encodestring() in boto/auth.py #2483

Closed
@piotrbulinski

Description

When using Python 3, there is similar problem as in botocore (boto/botocore#319):

~/project_path/venv/lib/python3.4/site-packages/boto/auth.py:92: DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
return base64.encodestring(new_hmac.digest()).decode('utf-8').strip()

Will send pull request soon.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions