Specify that S3 storage is for streaming.
This commit is contained in:
parent
5c1ba45582
commit
bbd90ff6fe
@ -9,7 +9,7 @@ export default function ConfigStorageInfo() {
|
|||||||
<>
|
<>
|
||||||
<Title>Storage</Title>
|
<Title>Storage</Title>
|
||||||
<p className="description">
|
<p className="description">
|
||||||
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{' '}
|
more about this by visiting our{' '}
|
||||||
<a
|
<a
|
||||||
href="https://owncast.online/docs/storage/?source=admin"
|
href="https://owncast.online/docs/storage/?source=admin"
|
||||||
@ -25,6 +25,9 @@ export default function ConfigStorageInfo() {
|
|||||||
documentation for your storage provider on how to configure the bucket you created for
|
documentation for your storage provider on how to configure the bucket you created for
|
||||||
Owncast.
|
Owncast.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="description">
|
||||||
|
Keep in mind this is for live streaming, not for archival, recording or VOD purposes.
|
||||||
|
</p>
|
||||||
<EditStorage />
|
<EditStorage />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user