File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ c.DrivesConfig.access_key_id = "<Drives Access Key ID / IAM Access Key ID>"
5454c.DrivesConfig.secret_access_key = " <Drives Secret Access Key / IAM Secret>"
5555c.DrivesConfig.session_token = " <Drives Session Token / IAM Session Token (optional)>"
5656c.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>"
7678export JP_DRIVES_SECRET_ACCESS_KEY=" <Drives Secret Access Key>"
7779export JP_DRIVES_SESSION_TOKEN=" <Drives Session Token (optional)>"
7880export 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
You can’t perform that action at this time.
0 commit comments