If I\'m uploading data to S3 using the aws-cli (i.e. using aws s3 cp
), does aws-cli do any work to confirm that the resulting file in S3 matches the original file,
According to the faq from the aws-cli github, the checksums are checked in most cases during upload and download.
Key points for uploads: