Skip to content

Commit e67a1c8

Browse files
committed
update docs
1 parent bfb994f commit e67a1c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ c = get_config()
3838

3939
c.DrivesConfig.access_key_id = "<Drives Access Key ID / IAM Access Key ID>"
4040
c.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>"
6163
export JP_DRIVES_SECRET_ACCESS_KEY="<Drives Secret Access Key>"
6264
export JP_DRIVES_SESSION_TOKEN="<Drives Session Token (optional)>"
6365
export 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

0 commit comments

Comments
 (0)