0

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?

Http Request: enter image description here

HTTP Header Manager enter image description here

ViewResultTree Output: enter image description here

Samraj
  • 137
  • 2
  • 4
  • 12

1 Answers1

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