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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ