1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-08-13 16:57:49 +03:00
parent 5958fb273d
commit 2f9936d4b7
46 changed files with 9214 additions and 8662 deletions

View File

@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
`Function ListObjects(Val Bucket, Val BasicData, Val Prefix = "", Val PageToken = "", Val Headers = Undefined) Export`
`Function ListObjects(Val Bucket, Val BasicData, Val Prefix = "", Val PageToken = "", Val Headers = Undefined, Val Directory = False) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
@@ -21,6 +21,7 @@ import TabItem from '@theme/TabItem';
| Prefix | --prefix | String | ✖ | Filtering by prefix, if necessary |
| PageToken | --ctoken | String | ✖ | Page token if pagination is used |
| Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary |
| Directory | --dir | Boolean | ✖ | True > Directory Bucket, False > General Purpose Bucket |
Returns: Structure Of KeyAndValue - serialized JSON response from storage