diff --git a/doc/S3.md b/doc/S3.md index 1b3c31699..8e95de9fe 100644 --- a/doc/S3.md +++ b/doc/S3.md @@ -95,6 +95,9 @@ Create a file called `lifecycle_policy.json` with the following contents: AWS S3 is a good choice if you're already using AWS for your server or are comfortable using AWS for other things. If you're brand new to object storage and not using AWS already I'm not sure I'd recommend jumping into it just for Owncast. There are other options. +Here's some example usage and pricing for AWS S3: + + ### File expiration You should expire old segments on your S3 bucket. [Here are some instructions on how to do that.](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-lifecycle.html) diff --git a/doc/aws-price-usage.png b/doc/aws-price-usage.png new file mode 100644 index 000000000..9c21db72b Binary files /dev/null and b/doc/aws-price-usage.png differ