Skip to content

Commit fbeeb9a

Browse files
authored
Use the correct name of extra that adds GCS support (#412)
1 parent a576fc9 commit fbeeb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ You can mix and match optional dependencies depending on your needs:
5555
| s3fs | S3FS as a FileIO implementation to interact with the object store |
5656
| adlfs | ADLFS as a FileIO implementation to interact with the object store |
5757
| snappy | Support for snappy Avro compression |
58-
| gcs | GCS as the FileIO implementation to interact with the object store |
58+
| gcsfs | GCSFS as a FileIO implementation to interact with the object store |
5959

60-
You either need to install `s3fs`, `adlfs`, `gcs`, or `pyarrow` to be able to fetch files from an object store.
60+
You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store.
6161

6262
## Connecting to a catalog
6363

0 commit comments

Comments
 (0)