Skip to content

Commit

Permalink
CRT signer working
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Feb 7, 2024
1 parent 80dfb81 commit 7f25eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SigV4S3ExpressAuthScheme(
AwsHttpSigner.Config().apply {
signer = awsSigner
service = serviceName
algorithm = AwsSigningAlgorithm.SIGV4_S3EXPRESS
algorithm = AwsSigningAlgorithm.SIGV4 // Note: There is no new signing algorithm for S3 Express
}
))

Expand Down

0 comments on commit 7f25eed

Please sign in to comment.