JingsongLi commented on code in PR #6332:
URL: https://github.com/apache/paimon/pull/6332#discussion_r2377705312


##########
paimon-python/pypaimon/common/config.py:
##########
@@ -21,7 +21,7 @@ class OssOptions:
     OSS_SECURITY_TOKEN = "fs.oss.securityToken"
     OSS_ENDPOINT = "fs.oss.endpoint"
     OSS_REGION = "fs.oss.region"
-    OSS_BUCKET = "fs.oss.bucket"
+    OSS_BUCKET = "prefix"

Review Comment:
   You should convert prefix to oss bucket. Not just modify this key.2



##########
paimon-python/pypaimon/common/config.py:
##########
@@ -21,7 +21,7 @@ class OssOptions:
     OSS_SECURITY_TOKEN = "fs.oss.securityToken"
     OSS_ENDPOINT = "fs.oss.endpoint"
     OSS_REGION = "fs.oss.region"
-    OSS_BUCKET = "fs.oss.bucket"
+    OSS_BUCKET = "prefix"

Review Comment:
   You should convert prefix to oss bucket. Not just modify this key.



-- 
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]

Reply via email to