arnemolland / sigv4

Dart library for signing AWS requests with Signature Version 4
MIT License
17 stars 23 forks source link

How to sign a URL considering the SecretKey? #30

Open MohammedNoureldin opened 3 years ago

MohammedNoureldin commented 3 years ago

I have just seen that in an older version of this library, passing SecretKey to the credentials, where signing a URL requires this. Is it somehow possible in the newest version? Because it seems that this argument has been removed.

I am trying to do the same procedure described here:

https://github.com/serverless/serverless/issues/6149#issuecomment-636506437

In addition to that, signing does not work, it always throws an exception that the scheme is empty.