ObjectStorage
Written by
Updated at August 18, 2026
Note
Currently, there are two UIs that support Workflows: Yandex Cloud
- Workflows created in the Yandex Cloud UI are automatically available in the AI Studio UI.
- Workflows created in the AI Studio UI are not available in the Yandex Cloud UI.
Starting September 3, 2026, Workflows will no longer be supported in the Yandex Cloud UI. To create and manage workflows, use the AI Studio UI.
Interacting with the Yandex Object Storage objects. The put and get fields are mutually exclusive: you can perform only one of these actions on an object.
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
bucket |
string |
Yes | None | None | Bucket name. |
object |
string |
Yes | None | Yes | Object name. |
put |
ObjectStoragePut | None | None | None | Configuring the put action to add the object to the bucket. |
get |
ObjectStorageGet | None | None | None | Configuring the get action to get the object from the bucket. |
ObjectStoragePut object
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
content |
string |
Yes | None | Yes | Object contents. |
contentType |
BINARY|JSON|TEXT |
None | TEXT |
None | Sets how to interpret the data delivered to content: |
ObjectStorageGet object
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
contentType |
BINARY|JSON|TEXT| EXCEL| CSV |
None | BINARY |
None | Defines how the object contents will be interpreted:
|