Python Yamcs Client
- General Client
- Mission Database
- TM/TC Processing
- Archive
- Link Management
- Object Storage
- File Transfer
- Time Correlation (TCO)
- Timeline
- Examples
Related
Download this Document
/
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
:
from yamcs.client import YamcsClient
client = YamcsClient('localhost:8090')
storage = client.get_storage_client()