Skip to content
GitHubLinkedIn

Storage

The storage container type is where files/objects live. In LEF environments, object storage is the default shape.

For the shared entry points (S3 and SFTP), see Storage endpoints.

  • Provide durable file/object storage for environments (artifacts, backups, documents, and integrations).
  • Avoid coupling system behavior to local filesystem state on VMs/containers.

Not in scope (where facts & procedures live)

Section titled “Not in scope (where facts & procedures live)”
  • Treat S3 as the default source of truth for files/objects.
  • Prefer stateless containers and immutable artifacts where possible.