Skip to content

S3 - Checksum Validation on Objects > 5GB

0

Using s3 batch copy along with the additional checksum on the objects works fine, but this doesn't seem to be supported for objects larger than 5GB.

For objects larger than 5 GB, S3 batch with lambda as an operation is helpful but there is no option to add the additional checksum validation for this.

How can the additional checksum for larger objects (>5GB) can be enabled?

Thanks

AWS
EXPERT
asked 2 years ago1.1K views
1 Answer
0

Hello,

You can check this blog post which talks about building checksums on multi part uploads on S3 objects: https://aws.amazon.com/blogs/media/building-scalable-checksums/

Hope this helps!

EXPERT
answered 2 years ago
  • Thanks Sivaram! I did infact, look at this and see it as an option; Just that I think validation of checksum can be cumbersome (depending on the number) in this approach as we may have to utilize ListObjectsV2 call to generate a manifest of sorts as the operation is limited to 1K keys per call.

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.