tgho-brrrr commented on issue #35928: URL: https://github.com/apache/doris/issues/35928#issuecomment-2152757768
Seems to be handled in the backend as well, [here](https://github.com/apache/doris/blob/49a3d5fedef05e42802abd4f091a3a27c126a535/be/src/util/s3_util.cpp#L215C2-L232C6). But might need to use the default constructor [here](https://github.com/apache/doris/blob/49a3d5fedef05e42802abd4f091a3a27c126a535/be/src/util/s3_util.cpp#L175C2-L175C93), and get rid of [this](https://github.com/apache/doris/blob/6bf4cd183e2dd87f8647c60aeca11f4bbb3e533c/be/src/util/s3_util.h#L151C1-L159C6). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
