FANNG1 commented on code in PR #4597:
URL: https://github.com/apache/gravitino/pull/4597#discussion_r1735995491


##########
docs/lakehouse-iceberg-catalog.md:
##########
@@ -83,6 +86,23 @@ For other Iceberg s3 properties not managed by Gravitino 
like `s3.sse.type`, you
 To configure the JDBC catalog backend, set the `warehouse` parameter to 
`s3://{bucket_name}/${prefix_name}`. For the Hive catalog backend, set 
`warehouse` to `s3a://{bucket_name}/${prefix_name}`. Additionally, download the 
[Iceberg AWS bundle]([Iceberg AWS 
bundle](https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-aws-bundle))
 and place it in the `catalogs/lakehouse-iceberg/libs/` directory.
 :::
 
+#### OSS
+
+Gravitino Iceberg REST service supports using static access-key-id and 
secret-access-key to access OSS data.
+
+| Configuration item      | Description                                        
                                                   | Default value | Required | 
Since Version |
+|-------------------------|-------------------------------------------------------------------------------------------------------|---------------|----------|---------------|
+| `io-impl`               | The IO implementation for `FileIO` in Iceberg, use 
`org.apache.iceberg.aliyun.oss.OSSFileIO` for OSS. | (none)        | No       | 
0.6.0         |
+| `oss-access-key-id`     | The static access key ID used to access OSS data.  
                                                   | (none)        | No       | 
0.7.0         |
+| `oss-secret-access-key` | The static secret access key used to access OSS 
data.                                                 | (none)        | No      
 | 0.7.0         |
+| `oss-endpoint`          | The endpoint of Aliyun OSS service.                
                                                   | (none)        | No       | 
0.7.0         |
+
+For other Iceberg s3 properties not managed by Gravitino like 
`client.security-token`, you could config it directly by 
`gravitino.bypass.client.security-token`.

Review Comment:
   done



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