ObjectStorage
Written by
Updated at May 14, 2025
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 is supported | Description |
---|---|---|---|---|---|
bucket |
string |
Yes | No | No | Bucket name. |
object |
string |
Yes | No | Yes | Object name. |
put |
ObjectStoragePut | No | No | No | Configuring the put action to add the object to the bucket. |
get |
ObjectStorageGet | No | No | No | Configuring the get action to get the object from the bucket. |
ObjectStoragePut object
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
content |
string |
Yes | No | Yes | Object contents. |
contentType |
BINARY |JSON |TEXT |
No | TEXT |
No | Sets how to interpret the data delivered to content : |
ObjectStorageGet object
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
contentType |
BINARY |JSON |TEXT | EXCEL | CSV |
No | BINARY |
No | Defines how the object contents will be interpreted:
|