mirror of
https://github.com/versity/versitygw.git
synced 2026-04-25 07:00:31 +00:00
The standard io.Copy() will attempt to use copy_file_range when available. However, this can cause problems with certain filesystems. Add an option that will prevent io.Copy() from being able to use copy_file_range to force a standard data copy between file descriptors when needed for completing multipart uploads.