这是indexloc提供的服务,不要输入任何密码
Skip to content

Unable to use with s3 storage #85

@debdolph

Description

@debdolph
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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions