We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd166a commit e2d5df5Copy full SHA for e2d5df5
1 file changed
awscli/s3transfer/checksums.py
@@ -80,9 +80,7 @@ def combine_and_validate(self):
80
f'combined checksum: {combined_b64}'
81
)
82
logger.debug(
83
- 'Full object %s checksum validated: %s',
84
- self._algorithm,
85
- combined_b64,
+ f'Full object {self._algorithm} checksum validated: {combined_b64}'
86
87
88
@property
0 commit comments