mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
Fix
This commit is contained in:
parent
0b25e5c347
commit
e04416b48f
@ -484,7 +484,7 @@ void S3ObjectStorage::copyObjectToAnotherObjectStorage( // NOLINT
|
|||||||
/// If authentication/permissions error occurs then fallthrough to copy with buffer.
|
/// If authentication/permissions error occurs then fallthrough to copy with buffer.
|
||||||
if (exc.getS3ErrorCode() != Aws::S3::S3Errors::ACCESS_DENIED) throw;
|
if (exc.getS3ErrorCode() != Aws::S3::S3Errors::ACCESS_DENIED) throw;
|
||||||
LOG_WARNING(&Poco::Logger::get("S3ObjectStorage"),
|
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());
|
getName(), dest_s3->getName(), exc.what());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user