grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 29 forks source link

Small typo on documentation AWS Signature v4 documentation #103

Closed huima closed 2 months ago

huima commented 5 months ago

On page: https://grafana.com/docs/k6/latest/javascript-api/jslib/aws/signaturev4/

The Signature v4 option object descriptions on credentials part lists 'secretAccessKeyId' even though code uses secretAccessKey.

oleiade commented 4 months ago

Hey @huima 👋🏻

Thanks a lot for pointing this out, you're correct, we'll address that as soon as possible 🤝

oleiade commented 4 months ago

This will be addressed by: https://github.com/grafana/k6-docs/pull/1585