VK Cloud
VK Cloud (formerly Mail.ru Cloud Solutions) is a Russian cloud infrastructure provider offering S3-compatible object storage, compute, databases, and managed services.
The AACFlow VK Cloud block currently supports listing objects in S3-compatible buckets via the VK Cloud object storage API.
Official documentation: https://cloud.vk.com/docs/
Setup
- Log in to the VK Cloud Console and navigate to Object Storage.
- Create or locate the bucket you want to access.
- Go to Account Settings → Access Keys and generate a Bearer token (or use the VK Cloud IAM token obtained via the Identity API at
https://cloud.vk.com/api/identity/v1/). - In AACFlow, add a VK Cloud block and enter:
- Bearer Token — your VK Cloud API token (stored as a secret).
- Bucket Name — the name of the S3 bucket.
- Prefix (optional) — filter objects by prefix (e.g.
images/).
Operations
| Operation | Description |
|---|---|
vkcloud_list_objects | List all objects in the specified VK Cloud S3 bucket, optionally filtered by a key prefix. |
Example workflow
A workflow triggered by a schedule lists all objects in a VK Cloud bucket with a reports/ prefix, passes the file keys to a downstream block that downloads and processes each report.
Links
- Official docs: https://cloud.vk.com/docs/
- VK Cloud Console: https://mcs.mail.ru/app/
- Block source: apps/aacflow/blocks/blocks/vkcloud.ts

