We upload/copy files on S3 using multipart upload/copy which is a combination of various small-sized files. After that, we generate pre-signed URLs to download these files. How can we validate the data downloaded from S3?
↧
We upload/copy files on S3 using multipart upload/copy which is a combination of various small-sized files. After that, we generate pre-signed URLs to download these files. How can we validate the data downloaded from S3?