Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/getting-started/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ AWS](https://docs.outerbounds.com/engineering/deployment/aws-k8s/deployment/), l
as the datastore. Alternatively, some companies run this stack on-premise using
[Minio](https://min.io/) as an S3-compatible datastore.

Any S3-compatible object store works the same way. Setting `METAFLOW_S3_ENDPOINT_URL` to
the store's endpoint, for example `https://your-s3-endpoint.example.com`, points the
datastore at that store instead of Amazon S3.

<object style={{width: 700}} type="image/svg+xml"
data="/assets/infra-stack-aws-k8s.svg"></object>

Expand Down