From bbd90ff6feb59673f39c20973fc08b79da176476 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 27 Nov 2021 18:12:20 -0800 Subject: [PATCH] Specify that S3 storage is for streaming. --- web/pages/config-storage.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/pages/config-storage.tsx b/web/pages/config-storage.tsx index 464e70cff..4773627a4 100644 --- a/web/pages/config-storage.tsx +++ b/web/pages/config-storage.tsx @@ -9,7 +9,7 @@ export default function ConfigStorageInfo() { <> Storage

- Owncast supports optionally using external storage providers to distribute your video. Learn + Owncast supports optionally using external storage providers to stream your video. Learn more about this by visiting our{' '} +

+ Keep in mind this is for live streaming, not for archival, recording or VOD purposes. +

);