Skip to content

Commit

Permalink
Merge pull request #31 from DenisaCG/fixReadme
Browse files Browse the repository at this point in the history
Fix `README.md`
  • Loading branch information
DenisaCG authored Dec 5, 2024
2 parents 1ee50ea + 9d860ea commit 83ddc59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,21 @@ c.DrivesConfig.custom_credentials_path = "path/to/file/containing/credentials"

The credentials can also be set through environment variables that will be automatically extracted.

````bash
```bash
export JP_DRIVES_PROVIDER="<Drives provider e.g.: s3, gcs>"
export JP_DRIVES_ACCESS_KEY_ID="<Drives Access Key ID>"
export JP_DRIVES_SECRET_ACCESS_KEY="<Drives Secret Access Key>"
export JP_DRIVES_SESSION_TOKEN="<Drives Session Token (optional)>"
export JP_DRIVES_CUSTOM_CREDENTIALS_PATH="<Path to local file which contains credentials (optional)>"
```


## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyter_drives
````
```

## Troubleshoot

Expand Down

0 comments on commit 83ddc59

Please sign in to comment.