mirror of
https://github.com/versity/versitygw.git
synced 2026-01-09 13:03:09 +00:00
O_TMPFILE can fail if the location we need to link the final file is not within the same filesystem. This can happen if there are different filesystem mounts within a bucket or if using zfs nested datasets within a bucket. Fixes #1194 Fixes #1035