Calculating md5 for the local s3 file uses filename instead of file content #861
Labels
bug
This issue/PR relates to a bug
jira
module_utils
module_utils
plugins
plugin (any type)
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
Summary
The filename string literal is used instead of the file content when calculating the MD5 checksum of the local file in:
amazon.aws/plugins/module_utils/s3.py
Line 53 in b43b1bd
This should be:
This only happens if the ETAG is not Multi-part.
Issue Type
Bug Report
Component Name
s3
Ansible Version
$ ansible --version
Collection Versions
AWS SDK versions
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Steps to Reproduce
Expected Results
Checksum to be calculated correctly
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: