Skip to content

ps script works in AWSPowerShell.NetCore 4.1.632 but not in newer version #381

Answered by dscpinheiro
mmckenzie25 asked this question in Q&A
Discussion options

You must be logged in to vote

Versions 4.1.737 and later of the AWS Tools for PowerShell automatically calculate request checksums for a few S3 operations (announcement in #370). This works transparently for the actual S3 service, but there are some 3rd-party implementations that do not support this feature yet (for example #371 - which mentions a similar error message).

Ideally, these 3rd parties should be updated to support the new default integrity protections, but for the moment you can also set the AWS_REQUEST_CHECKSUM_CALCULATION option to WHEN_REQUIRED (this documentation page has more details on the option and what it means: https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mmckenzie25
Comment options

Answer selected by dscpinheiro
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants