Can S3TransferManager check checksum for large file #3400
-
| I tried on adding  It works fine for small file ( I even try input wrong checksum and S3TransferManager return error correctly). But when I try to test on a 5GB file, the following error is shown: Is STransferManager support checksum verification on large file? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
| Hi @siukingkeung, currently only MD5 checksum validation is enabled. Flexible checksum (CRC32, CRC32C, SHA-1, and SHA-256) support was added in #3376, but the change hasn't been released yet, and we intend to release it before GA. | 
Beta Was this translation helpful? Give feedback.
-
| Hello! Reopening this discussion to make it searchable. | 
Beta Was this translation helpful? Give feedback.
Hi @siukingkeung, currently only MD5 checksum validation is enabled. Flexible checksum (CRC32, CRC32C, SHA-1, and SHA-256) support was added in #3376, but the change hasn't been released yet, and we intend to release it before GA.