### Prerequisites - [x] I have searched existing issues to ensure this feature hasn't already been requested - [x] I have tested using the latest version of docs-builder ### What problem are you trying to solve? The .NET SDK uses a native library and wrappers for CRC checksums the wrappers are sadly not AOT ready yet. This prevents us from using the SDK's GetObject operation ### Proposed Solution Use `--checksum-algorithm <value>` to specify SHA256 which the .NET SDK has a native .NET implementation for. ### Examples and Research _No response_ ### Alternative Solutions _No response_ ### Additional Context _No response_ ### How important is this feature to you? Nice to have