mirror of
https://github.com/versity/versitygw.git
synced 2026-09-22 07:54:14 +00:00
The multipart upload temp directory was created with a hard-coded 0755 mode instead of the configured --dir-perms value, unlike every other directory creation path in this backend. This caused inconsistent permissions below bucket directories. Fixes #2266