Skip to content

Commit be9c560

Browse files
committed
Merge branch 'download-checksums' of https://github.com/aws/aws-sdk-cpp into download-checksums
2 parents f78bd13 + e81102f commit be9c560

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aws-cpp-sdk-transfer/include/aws/transfer/TransferHandle.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ namespace Aws
442442
mutable std::mutex m_getterSetterLock;
443443
Aws::String m_checksum;
444444
// Map of part number to Hash instance for multipart download checksum validation
445-
// TODO: Add CRT checksum combining utility when available
446445
Aws::Map<int, std::shared_ptr<Aws::Utils::Crypto::Hash>> m_partChecksums;
447446
};
448447

0 commit comments

Comments
 (0)