qining-mj opened a new pull request, #5416: URL: https://github.com/apache/paimon/pull/5416
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose Huawei's OBS storage system is divided into object storage and parallel file system, both of which support the S3 protocol by default. However, in production testing, the object storage fully supports the S3 protocol, while the parallel file system encounters errors when using the S3 protocol. The error is as follows: Caused by: java.lang.IllegalArgumentException: The path 's3://bucketname/warehouse/xxx' should be a directory. Upon investigation, it was found to be caused by the underlying S3 code. Therefore, support was provided based on Huawei OBS SDK and hadoop-huaweicloud, and it has been running stably in production for half a year. <!-- What is the purpose of the change --> ### Tests  ### API and Format <!-- Does this change affect API or storage format --> ### Documentation https://support.huaweicloud.com/usermanual-obs/obs_13_0007.html -- 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]
