mirror of
https://github.com/versity/versitygw.git
synced 2025-12-23 05:05:16 +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