This commit is contained in:
MikhailBurdukov 2023-11-27 18:42:06 +00:00
parent 0b25e5c347
commit e04416b48f

View File

@ -484,7 +484,7 @@ void S3ObjectStorage::copyObjectToAnotherObjectStorage( // NOLINT
/// If authentication/permissions error occurs then fallthrough to copy with buffer.
if (exc.getS3ErrorCode() != Aws::S3::S3Errors::ACCESS_DENIED) throw;
LOG_WARNING(&Poco::Logger::get("S3ObjectStorage"),
"S3-server-side copy object from the disk {} to the disk {} can not be performed: {}\n"
"S3-server-side copy object from the disk {} to the disk {} can not be performed: {}\n",
getName(), dest_s3->getName(), exc.what());
}
}