You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified all of my SDK modules are up-to-date (you can perform a bulk update with go get -u github.com/aws/aws-sdk-go-v2/...)
Describe the bug
The SDK doesn't support CRC64-NVMe checksum calculations for object uploads.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
The SDK should properly validate types.ChecksumAlgorithmCrc64NVMe as it is in the supported list of algorithms and should add the required headers to the request:
Currently the checksum type validation fails with the error message: operation error S3: PutObject, failed to parse algorithm, unknown checksum algorithm, CRC64NVME
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
niksis02
changed the title
(short issue description)
Crc64nvme not supported on object uploads
Feb 3, 2025
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
The SDK doesn't support CRC64-NVMe checksum calculations for object uploads.
Regression Issue
Expected Behavior
The SDK should properly validate
types.ChecksumAlgorithmCrc64NVMe
as it is in the supported list of algorithms and should add the required headers to the request:x-amz-sdk-checksum-algorithm: CRC64NVME
x-amz-checksum-crc64nvme: <calculated checksum>
The supported algorithms list from the source:
Current Behavior
Currently the checksum type validation fails with the error message:
operation error S3: PutObject, failed to parse algorithm, unknown checksum algorithm, CRC64NVME
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.23.1 darwin/arm64
Operating System and version
MacOS Sonoma Version 14.5
The text was updated successfully, but these errors were encountered: