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

Fix multipart upload - move query parameters to HTTP request query object #47

Closed immavalls closed 1 year ago

immavalls commented 1 year ago

Corrects #42, which was not working in AWS s3.

I also corrected some typos in the comments and fixed the protocol to be this.scheme, allowing for either http or https.

immavalls commented 1 year ago

Thanks for the review and the example @oleiade, I just added it to the examples folder, so we might be ready to merge? I will work on finishing the docs part now with the example.