/  Python Yamcs Client  /  Object Storage

Object Storage

The Storage API provides methods that you can use to programmatically work with Yamcs buckets and objects.

Reference

Snippets

Create a StorageClient for a specific instance:

from yamcs.client import YamcsClient

client = YamcsClient('localhost:8090')
storage = client.get_storage_client()