[cosn] Support alternative COSN authentication options - #10130
JingsongLi merged 1 commit into
Conversation
Allow the loader to accept the endpoint suffix alternative and defer credential selection to hadoop-cos. Generated-by: Codex
|
This addresses a real configuration failure: I applied the PR patch and ran |
Purpose
fix #10129
fs.cosn.bucket.endpoint_suffixinstead of region during plugin selection and leave credentials to the hadoop-cos provider chain.Tests
COSNLoaderTest: endpoint suffix with default/custom provider configuration and region without static credentials; 3/3 passed.COSNLoader.javafromupstream/masterproduced 3/3 errors; fixed HEAD passed 3/3.mvn -pl paimon-filesystems/paimon-cosn -DfailIfNoTests=false clean installpassed on JDK 11, including checkstyle, spotless, enforcer, and surefire.