Skip to content

Commit e18c1ed

Browse files
committed
update readme about listed drives configuration
1 parent eaabeac commit e18c1ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ c.DrivesConfig.access_key_id = "<Drives Access Key ID / IAM Access Key ID>"
5454
c.DrivesConfig.secret_access_key = "<Drives Secret Access Key / IAM Secret>"
5555
c.DrivesConfig.session_token = "<Drives Session Token / IAM Session Token (optional)>"
5656
c.DrivesConfig.provider = "<Drives provider e.g.: s3, gcs>"
57+
c.DrivesConfig.included_drives = "<List of the drives to be shown in the drives filebrowser (optional)>"
58+
c.DrivesConfig.excluded_drives = "<List of the drives to be excluded from the drives filebrowser listing (optional)>"
5759
```
5860

5961
### Custom credentials file path
@@ -76,6 +78,8 @@ export JP_DRIVES_ACCESS_KEY_ID="<Drives Access Key ID>"
7678
export JP_DRIVES_SECRET_ACCESS_KEY="<Drives Secret Access Key>"
7779
export JP_DRIVES_SESSION_TOKEN="<Drives Session Token (optional)>"
7880
export JP_DRIVES_CUSTOM_CREDENTIALS_PATH="<Path to local file which contains credentials (optional)>"
81+
export JP_DRIVES_INCLUDED_DRIVES ="<Names of the drives to be shown in the drives filebrowser, separated by spaces (optional)>"
82+
export JP_DRIVES_EXCLUDED_DRIVES="<Names of the drives to be excluded from the drives filebrowser listing, separated by spaces (optional)>"
7983
```
8084

8185
## Uninstall

0 commit comments

Comments
 (0)