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?

asked 3 months ago214 views
1 Answer
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
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions