File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,9 @@ c = get_config()
3838
3939c.DrivesConfig.access_key_id = " <Drives Access Key ID / IAM Access Key ID>"
4040c.DrivesConfig.secret_access_key = " <Drives Secret Access Key / IAM Secret>"
41- c.DrivesConfig.session_token = " <Drives Session Token / IAM Session Token>"
41+ c.DrivesConfig.session_token = " <Drives Session Token / IAM Session Token (optional)>"
42+ c.DrivesConfig.provider = " <Drives provider e.g.: s3, gcs>"
43+ c.DrivesConfig.max_files_shown = " <Integer repersenting maximum number of files that can be shown in a listing, given any path (optional)>"
4244```
4345
4446### Custom credentials file path
@@ -61,6 +63,7 @@ export JP_DRIVES_ACCESS_KEY_ID="<Drives Access Key ID>"
6163export JP_DRIVES_SECRET_ACCESS_KEY=" <Drives Secret Access Key>"
6264export JP_DRIVES_SESSION_TOKEN=" <Drives Session Token (optional)>"
6365export JP_DRIVES_CUSTOM_CREDENTIALS_PATH=" <Path to local file which contains credentials (optional)>"
66+ export JP_DRIVES_MAX_FILES_SHOWN=" <Integer repersenting maximum number of files that can be shown in a listing, given any path (optional)>"
6467```
6568
6669## Uninstall
You can’t perform that action at this time.
0 commit comments