AACFlow

Yandex Object Storage

Upload, download, and list objects in Yandex Object Storage (S3-compatible)

ya

Yandex Object Storage is an S3-compatible object storage service from Yandex Cloud for storing and retrieving any amount of data at any time. It supports standard S3 API operations including upload, download, and listing objects.

With the Yandex Object Storage integration in AACFlow, you can:

  • Upload Object: Store files and data to a bucket with a specified key/path
  • Download Object: Retrieve files and objects from a bucket by key
  • List Objects: Enumerate objects in a bucket with optional prefix filtering

This integration enables file storage, data pipeline workflows, and cloud-based document management for applications running on Yandex Cloud.

Usage Instructions

Integrate Yandex Object Storage into the workflow to manage files in your buckets. Requires an Access Key ID and Secret Access Key from your Yandex Cloud service account. Create service account keys in the Yandex Cloud console under IAM → Service Accounts.

Tools

yandex_object_storage_list

List objects in a bucket

Input

ParameterTypeRequiredDescription
accessKeyIdstringYesYandex Object Storage access key ID
secretAccessKeystringYesYandex Object Storage secret access key
bucketstringYesBucket name
regionstringNoRegion (default: ru-central1)
prefixstringNoPrefix filter for object keys
maxKeysnumberNoMaximum number of objects to return

Output

ParameterTypeDescription
objectsarrayArray of object metadata items
countnumberNumber of objects returned

yandex_object_storage_upload

Upload an object to a bucket

Input

ParameterTypeRequiredDescription
accessKeyIdstringYesYandex Object Storage access key ID
secretAccessKeystringYesYandex Object Storage secret access key
bucketstringYesBucket name
objectKeystringYesObject key/path (e.g., folder/file.pdf)
bodystringYesFile content to upload
regionstringNoRegion (default: ru-central1)

Output

ParameterTypeDescription
successbooleanWhether the upload succeeded
objectKeystringKey of the uploaded object

yandex_object_storage_download

Download an object from a bucket

Input

ParameterTypeRequiredDescription
accessKeyIdstringYesYandex Object Storage access key ID
secretAccessKeystringYesYandex Object Storage secret access key
bucketstringYesBucket name
objectKeystringYesObject key to download
regionstringNoRegion (default: ru-central1)

Output

ParameterTypeDescription
contentstringObject content
contentTypestringMIME type of the object

On this page

Commencez à construire aujourd’hui
Plus de 100 000 développeurs nous font confiance.
La plateforme SaaS pour créer des agents IA et piloter vos équipes agentiques.
Commencer