How to reproduce method not allowed 405 in s3 ?
Hello,
I am currently attempting to simulate a scenario where a 405 Method Not Allowed response should be triggered from Linode. I've tried various methods, including creating access keys with different permissions and sending requests with invalid encryption keys, but so far, I haven't been able to generate the expected 405 response.
Could you please advise if there is a known way to reproduce this error? Any guidance would be greatly appreciated.
Thank you.
1 Reply
Our documentation states the 405 Method Not Allowed respond can be triggered by using an unsupported method with your operation. For example, you set the method to PUT for an operation that only supports GET. Perhaps you can test this out by referring to our Object Storage API guide. The S3 API equivalent operation also offers more detail.