How to create s3 bucket in aws using jmeter POST method

188 Views Asked by At

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

1

There are 1 best solutions below

0
ksaraiya On

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.