ObjectStorage
Written by
Updated at March 27, 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 |
{} |
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. |