Sidra-009 opened a new pull request, #3451: URL: https://github.com/apache/iceberg-python/pull/3451
Related to #3239 ## Rationale for this change This PR adds documentation for Tencent Cloud Object Storage (COS) showing how it can be used with PyIceberg via the existing S3FileIO / PyArrowFileIO implementation. Tencent COS is S3-compatible, so no new filesystem backend (like fsspec/cosfs) or additional dependencies are required. Users can configure COS using standard S3 configuration keys such as `s3.endpoint`, `s3.access-key-id`, and `s3.secret-access-key`. ## Are these changes tested? Yes. Verified locally that Tencent COS works using the S3-compatible configuration approach by setting the appropriate `s3.endpoint`. No code changes were required, only configuration-level validation. ## Are there any user-facing changes? Yes. This improves documentation by adding a clear example for Tencent COS integration, helping users configure COS with PyIceberg using existing S3FileIO support. -- 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]
