Skip to content

[Feature Request]: Use SHA256 as checksum for uploads to S3 #964

@Mpdreamz

Description

@Mpdreamz

Prerequisites

  • I have searched existing issues to ensure this feature hasn't already been requested
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions