Skip to main content

infrahub_sdk.object_store

Classes​

ObjectStoreBase ​

ObjectStore ​

Methods:

get ​

get(self, identifier: str, tracker: str | None = None) -> str

upload ​

upload(self, content: str, tracker: str | None = None) -> dict[str, str]

ObjectStoreSync ​

Methods:

get ​

get(self, identifier: str, tracker: str | None = None) -> str

upload ​

upload(self, content: str, tracker: str | None = None) -> dict[str, str]