How can I check the integrity of copied files using S3DistCp?

0

Is there a way to check the integrity of files copied with S3DistCp at the end of the copy, like DistCp checksum?

已提问 4 个月前228 查看次数
1 回答
1

To explicitly check the integrity of files, you can employ Amazon S3's integrity checking features. Amazon S3 performs integrity checks on each file during uploads and downloads. For instance, when you upload a file, you can specify a checksum algorithm in S3, and S3 will calculate and store the checksum. Post-transfer, you can manually verify this checksum against your local file's checksum to ensure integrity

https://aws.amazon.com/getting-started/hands-on/amazon-s3-with-additional-checksums/

profile picture
专家
已回答 4 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容