littlefisher666 commented on PR #2338:
URL:
https://github.com/apache/incubator-paimon/pull/2338#issuecomment-1818410997
> If no difference, we can just use S3 API to access OBS?
OBS uses different sdk, so it cannot use S3 API or OSS API. Please read the
paimon-obs-impl/pom.xml, It rely on OBS sdk.
OBS使用了不同的sdk,所以不能够使用S3 或者OSS的API。请看下paimon-obs-impl/pom.xml,它依赖了OBS专用的sdk。
```
<groupId>com.huaweicloud.obs</groupId>
<artifactId>hadoop-huaweicloud</artifactId>
<version>${hadoop-huaweicloud.version}</version>
```
--
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]