0

I am trying to replicate a scenario where s3fs command error out with return code 503 for the request made. How can I recreate this scenario

ambikanair
  • 3,231
  • 9
  • 37
  • 66

1 Answers1

0

I created a node.js application which will return 503 status code.

How to specify HTTP error code?

Now I use the endpoint of node js application in s3fs command I get the desired result.

ambikanair
  • 3,231
  • 9
  • 37
  • 66