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

Linode Staff

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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct