otto/services/object-store
R Tyler Croy f8dc3af95e Update the cargo versions
Fixes #64
2021-03-03 22:04:25 -08:00
..
src Restructuring the models to allow for parallel execution of contexts 2020-11-14 15:43:28 -08:00
.gitignore Implement a simplistic object store for putting artifacts 2020-11-01 14:37:13 -08:00
Cargo.toml Update the cargo versions 2021-03-03 22:04:25 -08:00
README.adoc Implement a simplistic object store for putting artifacts 2020-11-01 14:37:13 -08:00

README.adoc

<html lang="en"> <head> </head>

Object Store

The Otto Object Store is a very simplistic implementation of an object store which foolishly stores disk on a local disk. The intent is that this implementation will more commonly be replaced by a commodity S3-like API in "real" deployments of Otto.

Table 1. Environnment Variables
Name Default Description

OTTO_OBJECT_DIR

tmp/

The directory to store objects within, nested directory structures will be automatically created.

</html>