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?

gefragt vor 4 Monaten228 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen