I am trying to use Locust together with Boto3 for load testing of S3, in particular for PutObject.
I found a tutorial and another github project, but both have been written for the older locustio package and seem incompatible with the current version locust 2.5.1.
https://medium.com/@allankp/populating-dashboards-with-boto3-and-locust-ff38b113349a https://github.com/twosigma/locust-s3
I have made a short attempt at adapting this code to newer versions but this seems to require a good understanding of locust which I do not possess yet.
Does anyone have a simple beginner's example to share? Or would you rather recommend using the old locustio package or another tool altogether?
Many thanks.