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?

demandé il y a 4 mois228 vues
1 réponse
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
répondu il y a 4 mois
profile picture
EXPERT
vérifié il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions