From 4cc1905ae346459c8bc669f6a33255edbc76b721 Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Wed, 1 Feb 2023 08:30:07 -0500 Subject: [PATCH] Update S3 deployment to remove s3_website (#9221) Merge pull request 9221 --- docs/_docs/deployment/manual.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/_docs/deployment/manual.md b/docs/_docs/deployment/manual.md index b0805c16..ed13b214 100644 --- a/docs/_docs/deployment/manual.md +++ b/docs/_docs/deployment/manual.md @@ -16,12 +16,10 @@ rsync in the [Digital Ocean tutorial](https://www.digitalocean.com/community/tut ## Amazon S3 If you want to host your site in Amazon S3, you can do so by -using the [s3_website](https://github.com/laurilehmijoki/s3_website) -application. It will push your site to Amazon S3 where it can be served like -any web server, -dynamically scaling to almost unlimited traffic. This approach has the -benefit of being about the cheapest hosting option available for -low-volume blogs as you only pay for what you use. +using the AWS cli client and pushing your rendered `_site` directory directly to +your S3 bucket. + +`aws s3 sync _site s3://.com --size-only --storage-class REDUCED_REDUNDANCY` ## FTP