mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Uploading a file is implemented by the do_upload_file class. This class re-implements a big portion of what's currently in multipart_upload one. This patch makes the former class inherit from the latter and removes all the duplication from it. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>