mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
The abort_source parameter in s3::client::copy_object was ignored — the function accepted it but always passed nullptr to the underlying copy_s3_object. Forward it properly so callers can cancel in-progress copies.