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

Add copyObject function to S3Client #53

Closed bendennis closed 1 year ago

bendennis commented 1 year ago

This PR adds a copyObject function to the S3Client.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

oleiade commented 1 year ago

Hey @bendennis 🙇🏻

So sorry for coming back to you so late, this PR got completely off my radar, and my email notifications.

Thanks a lot for your contribution, I'll take a look now 👀

oleiade commented 1 year ago

Again, great work! 🎉 Thanks a lot for your contribution @bendennis 🙇🏻

I'll merge this and we will release a 0.8.1 or 0.9.0 version as soon as possible. Will ping you in the documentation PR when I open it, so you can double check that my documentation is in line with your interpretation 👍🏻

bendennis commented 1 year ago

Sounds good! Thanks @oleiade!

oleiade commented 1 year ago

Here is the documentation for the feature: https://github.com/grafana/k6-docs/pull/1273