Skip to content

Commit ce381f3

Browse files
committed
docs: restore OSS endpoint trailing slash
1 parent 7839429 commit ce381f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya
195195

196196
| Key | Example | Description |
197197
| ---------------------------- | -------------------------------------------------- | ----------- |
198-
| 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. |
198+
| 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. |
199199
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
200200
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
201201
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |

0 commit comments

Comments
 (0)