You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/09/08 03:50:47 UTC

[GitHub] [incubator-doris] yangzhg commented on issue #6574: [Bug] doris 0.14 backup/restore问题

yangzhg commented on issue #6574:
URL: https://github.com/apache/incubator-doris/issues/6574#issuecomment-914889454


   > 这个问题是因为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参数控制这个
   
   增加参数是不行的,一个be 接收的请求是多个,可能有的支持useVirtualAdressing 有的不支持,目前绝大部分支持s3 协议的对象存储都支持VirtualHost style, path style 支持的越来越少了,所以现在统一成了 VirtualHost style


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org