ranryl opened a new issue, #27266: URL: https://github.com/apache/doris/issues/27266
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.2 ### What's Wrong? CREATE RESOURCE "tc_cos" PROPERTIES ( "type" = "s3", "s3.endpoint" = "https://cos.ap-beijing.myqcloud.com", "s3.region" = "ap-beijing", "s3.bucket" = "xxx", "s3.root.path" = "/doris", "s3.access_key" = "xxx", "s3.secret_key" = "xxx", "s3.connection.maximum" = "50", "s3.connection.request.timeout" = "3000", "s3.connection.timeout" = "1000", "use_path_style" = "true" ); be log W1120 04:09:47.819643 1658 file_system.cpp:56] [IO_ERROR]failed to delete objects: (endpoint: http://cos.ap-beijing.myqcloud.com, bucket: xxxx, key:/doris/data/10215/020000000029d919594ea78c20b75277bc698e15e444038d_0.dat, SignatureDoesNotMatch), The Signature you specified is invalid. ### What You Expected? 能正常读写cos数据 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
