I am trying to create a s3 bucket in JMeter using post method can someone send me the request body and the path for creating a bucket.
Any links for more scenarios for testing s3 buckets.
Thanks
I am trying to create a s3 bucket in JMeter using post method can someone send me the request body and the path for creating a bucket.
Any links for more scenarios for testing s3 buckets.
Thanks
You can use the AWS S3 REST api AWS S3 REST API
The examples are in cURL so you will need to craft your request. I am not sure if JMeter provides a way to import requests using cURL syntax.