Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Serverless Integrations
    • Overview
      • Workflow
      • Starting workflow
        • Overview
          • HTTPCall
          • GRPCCall
          • YMQ
          • YDS
          • YDBDocument
          • FunctionCall
          • ContainerCall
          • FoundationModelsCall
          • ObjectStorage
          • Tracker
          • Postbox
          • Workflow
          • Disk
          • AIAgent
      • Templating
    • Quotas and limits
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • ObjectStoragePut object
  • ObjectStorageGet object
  1. Concepts
  2. Workflows
  3. YaWL specification
  4. Integration steps
  5. ObjectStorage

ObjectStorage

Written by
Yandex Cloud
Updated at May 14, 2025
  • ObjectStoragePut object
  • ObjectStorageGet object

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 objectObjectStoragePut 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:
  • BINARY: Set of bytes as a base64-encoded string.
  • JSON: Text containing JSON will be converted to a JSON structure.
  • TEXT: Text.

ObjectStorageGet objectObjectStorageGet 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:
  • BINARY: Set of bytes as a base64-encoded string.
  • JSON: Text containing JSON will be converted to a JSON structure.
  • TEXT: Text.
  • EXCEL: Text will be converted into an array of pages where each page is an array of string arrays. Supported formats: XLAM, XLSM, XLSX, XLTM, and XLTX.
  • CSV: Text will be converted into an array of string arrays by dividing the string at these characters: comma (,) and line break.

Was the article helpful?

Previous
FoundationModelsCall
Next
Tracker
Yandex project
© 2025 Yandex.Cloud LLC