docs: clean OSS and COS configuration tables (#3452)

## summary
fixed formatting issues in OSS and Tencent COS configuration
documentation

## changes
- fixed broken markdown table alignment in OSS section
- cleaned and standardized OSS configuration table
- separated Tencent COS into its own properly formatted section
- ensured all configuration keys remain unchanged
- improved readability of documentation

## testing
- pre-commit checks passed
- markdown linting passed
- documentation-only change (no code behavior impact)
1 file changed
tree: 7f24dc32829cf0731300e7e0f46350d620b88f6d
  1. .github/
  2. dev/
  3. mkdocs/
  4. notebooks/
  5. pyiceberg/
  6. tests/
  7. vendor/
  8. .asf.yaml
  9. .codespellrc
  10. .gitignore
  11. .markdownlint.yaml
  12. .pre-commit-config.yaml
  13. AGENTS.md
  14. LICENSE
  15. Makefile
  16. MANIFEST.in
  17. NOTICE
  18. pyproject.toml
  19. README.md
  20. ruff.toml
  21. SECURITY-THREAT-MODEL.md
  22. setup.py
  23. uv.lock
README.md

Iceberg Python

PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch