rambleraptor commented on code in PR #3452:
URL: https://github.com/apache/iceberg-python/pull/3452#discussion_r3399400893


##########
mkdocs/docs/configuration.md:
##########
@@ -193,17 +193,32 @@ For the FileIO there are several configuration options 
available:
 
 PyIceberg uses 
[S3FileSystem](https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html)
 class to connect to OSS bucket as the service is [compatible with S3 
SDK](https://www.alibabacloud.com/help/en/oss/developer-reference/use-amazon-s3-sdks-to-access-oss)
 as long as the endpoint is addressed with virtual hosted style.
 
-| Key                  | Example             | Description                     
                 |
-| -------------------- | ------------------- | 
------------------------------------------------ |
-| s3.endpoint          | <https://s3.oss-your-bucket-region.aliyuncs.com/>     
 | Configure an endpoint of the OSS service for the FileIO to access. Be sure 
to use S3 compatible endpoint as given in the example. |
-| s3.access-key-id     | admin                      | Configure the static 
access key id used to access the FileIO.                                        
                                                                                
                                                                     |
-| s3.secret-access-key | password                   | Configure the static 
secret access key used to access the FileIO.                                    
                                                                                
                                                                     |
-| s3.session-token     | AQoDYXdzEJr...             | Configure the static 
session token used to access the FileIO.                                        
                                                                                
                                                                     |
-| s3.force-virtual-addressing   | True                       | Whether to use 
virtual addressing of buckets. This is set to `True` by default as OSS can only 
be accessed with virtual hosted style address.                                  
                                                                                
                                                                                
      |
-| s3.anonymous                | True                       | Configure whether 
to use anonymous connection. If False (default), uses key/secret if configured 
or standard AWS configuration methods. |
+| Key                          | Example                                       
     | Description |
+| ---------------------------- | 
-------------------------------------------------- | ----------- |
+| s3.endpoint                  | 
<https://s3.oss-your-bucket-region.aliyuncs.com>    | Configure an endpoint of 
the OSS service for the FileIO to access. Be sure to use S3 compatible endpoint 
as given in the example. |

Review Comment:
   Looks like a '/' was deleted from this URL.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to