From 8c3ff277439ae448ea002410280218e73f308e90 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 5 Feb 2024 13:42:46 +0100 Subject: [PATCH] Revert some unrelated changes --- mkdocs/docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs/docs/configuration.md b/mkdocs/docs/configuration.md index a9c6f72d70..9393a916fa 100644 --- a/mkdocs/docs/configuration.md +++ b/mkdocs/docs/configuration.md @@ -75,6 +75,8 @@ You can also set the FileIO explicitly: | ---------- | -------------------------------- | ----------------------------------------------------------------------------------------------- | | py-io-impl | pyiceberg.io.fsspec.FsspecFileIO | Sets the FileIO explicitly to an implementation, and will fail explicitly if it can't be loaded | +For the FileIO there are several configuration options available: + ### S3 | Key | Example | Description |