mchades commented on code in PR #11511:
URL: https://github.com/apache/gravitino/pull/11511#discussion_r3378531742


##########
docs/iceberg-rest-service.md:
##########
@@ -440,14 +440,21 @@ Refer to [Access Control](./security/access-control.md) 
for the complete list of
 
 ### Storage
 
+If `gravitino.iceberg-rest.io-impl` is not configured, the Iceberg REST 
service uses
+`org.apache.iceberg.io.ResolvingFileIO`. It selects a `FileIO` implementation 
based on
+the URI scheme: `s3`, `s3a`, or `s3n` for S3; `oss` for OSS; `gs` or `gcs` for 
GCS;
+and `abfs`, `abfss`, `wasb`, or `wasbs` for ADLS. You can explicitly configure
+`gravitino.iceberg-rest.io-impl` to override this default. The corresponding 
storage
+bundle must be available in the Iceberg REST server classpath.

Review Comment:
   Can you use bullet points? That would make it clearer.



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