mirror of
https://github.com/versity/versitygw.git
synced 2026-01-06 19:56:27 +00:00
We had some duplicated code that we can bring into the backend package so that we can remove duplications. This moves the mkdir implementation into backend so that both posix and scoutfs can call the same implementation.