345362231 commented on issue #6574: URL: https://github.com/apache/incubator-doris/issues/6574#issuecomment-914890459
> 这个问题是因为client参数链接你的s3存储有问题, s3路径有两种,默认的解析可能有问题。 > be代码s3_util.cpp改为下面另外一种,把useVirtualAdressing改为false。 > new Aws::S3::S3Client(aws_cred, aws_config, Aws::Client::AWSAuthV4Signer::PayloadSigningPolicy::Never, false) > > be配置可以加一个useVirtualAdressing参数控制这个 使用他这个方法,build新的palo_be,替换后,测试备份还原是可以使用的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org