File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,21 @@ c.DrivesConfig.custom_credentials_path = "path/to/file/containing/credentials"
5555
5656The credentials can also be set through environment variables that will be automatically extracted.
5757
58- ```` bash
58+ ``` bash
5959export JP_DRIVES_PROVIDER=" <Drives provider e.g.: s3, gcs>"
6060export JP_DRIVES_ACCESS_KEY_ID=" <Drives Access Key ID>"
6161export JP_DRIVES_SECRET_ACCESS_KEY=" <Drives Secret Access Key>"
6262export JP_DRIVES_SESSION_TOKEN=" <Drives Session Token (optional)>"
6363export JP_DRIVES_CUSTOM_CREDENTIALS_PATH=" <Path to local file which contains credentials (optional)>"
6464```
6565
66-
6766## Uninstall
6867
6968To remove the extension, execute:
7069
7170``` bash
7271pip uninstall jupyter_drives
73- ` ` ` `
72+ ```
7473
7574## Troubleshoot
7675
You can’t perform that action at this time.
0 commit comments