You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |
195
-
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
196
-
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
197
-
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
198
-
| 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. |
199
-
| s3.anonymous | True | Configure whether to use anonymous connection. If False (default), uses key/secret if configured or standard AWS configuration methods. |
200
-
201
-
<!-- markdown-link-check-disable -->
202
-
203
192
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.
| 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. |
197
+
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
198
+
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
199
+
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
200
+
| 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. |
201
+
| s3.anonymous | True | Configure whether to use anonymous connection. If False (default), uses key/secret if configured or standard AWS configuration methods. |
202
+
205
203
### Tencent Cloud Object Storage (COS)
206
204
207
205
Tencent Cloud Object Storage (COS) is S3-compatible and can be used with PyIceberg using the existing S3FileIO / PyArrowFileIO implementation.
0 commit comments