-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
File /usr/local/lib/python3.9/dist-packages/botocore/utils.py:2566, in _calculate_md5_from_file(fileobj)
2564 md5 = get_md5()
2565 for chunk in iter(lambda: fileobj.read(1024 * 1024), b''):
-> 2566 md5.update(chunk)
2567 fileobj.seek(start_position)
2568 return md5.digest()
TypeError: Unicode-objects must be encoded before hashing
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working