mirror of
https://github.com/versity/versitygw.git
synced 2026-01-03 10:35:15 +00:00
Instead of an internal server error, we should be returning method not allowed when trying to upload to a read only filesystem or make other modifications that are expected to fail. This will give clearer feedback to the clients that this is not expected to work. Fixes #1062