Seb Pretzer
Seb Pretzer
Closes: https://github.com/apache/iceberg-python/issues/414 I don't know java, but tried to stay true to [the implementation](https://github.com/apache/iceberg/blob/053d54172fd903be9eda78957f3cbd3aadef1f7b/aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java#L97-L103), at least in regards to the commenting. Open Questions: 1. I did a very basic test,...
## Issue: I am using VSCode Intellisense to validate `mkdocs.yml`, as described here: https://squidfunk.github.io/mkdocs-material/creating-your-site/#minimal-configuration for `.vscode/settings.json`: ```json "yaml.schemas": { "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml" }, ``` When attempting to use the plugin in...