mirror of
https://github.com/versity/versitygw.git
synced 2026-01-06 11:46:20 +00:00
We had put the error handling in for the read only filesystems when O_TMPFILE is supported, but missed the CreateTemp() fallback case. This fixes this case to also return the method not allowed error. This also adds the error handling for the scoutfs case as well. Fixes #1195