How to specify signature version? #3997
-
Hello! When I used package version 3.7.405.9, to enable signature version 4 I had to specify config |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @TimurSadorov, In AWS SDK for .NET v4, Signature Version 4 (SigV4) is now the default signing algorithm for S3 and other AWS services. The global For most use cases, you do not need to take any action to enable Signature Version 4. #3362 |
Beta Was this translation helpful? Give feedback.
Hi @TimurSadorov,
In AWS SDK for .NET v4, Signature Version 4 (SigV4) is now the default signing algorithm for S3 and other AWS services. The global
AWSConfigsS3.UseSignatureVersion4
setting has been removed in v4 because it is no longer necessary.For most use cases, you do not need to take any action to enable Signature Version 4.
#3362
More details: https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html#net-dg-v4-s3-specific