When I try to make a post request using JMeter to S3 bucket AWS, I get the above-mentioned error message. My body of the request does not contain "backslash" and also my bucket name does not contain "backslash". Not sure why am getting this issue. Can someone please help me resolve this issue?
Asked
Active
Viewed 4,951 times
1 Answers
0
This is an AWS validation error for S3. Mind following this thread?
ERROR: Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$"

Rahul Jadhav
- 413
- 3
- 9