diff --git a/src/Storages/StorageS3.h b/src/Storages/StorageS3.h index a5e1ed4e0b5..02fcb7d624c 100644 --- a/src/Storages/StorageS3.h +++ b/src/Storages/StorageS3.h @@ -191,6 +191,7 @@ private: reader = std::move(other.reader); pipeline = std::move(other.pipeline); read_buf = std::move(other.read_buf); + path = std::move(other.path); return *this; }