We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4af6ef commit 4cc1905Copy full SHA for 4cc1905
1 file changed
docs/_docs/deployment/manual.md
@@ -16,12 +16,10 @@ rsync in the [Digital Ocean tutorial](https://www.digitalocean.com/community/tut
16
## Amazon S3
17
18
If you want to host your site in Amazon S3, you can do so by
19
-using the [s3_website](https://github.com/laurilehmijoki/s3_website)
20
-application. It will push your site to Amazon S3 where it can be served like
21
-any web server,
22
-dynamically scaling to almost unlimited traffic. This approach has the
23
-benefit of being about the cheapest hosting option available for
24
-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://<YOUR DOMAIN>.com --size-only --storage-class REDUCED_REDUNDANCY`
25
26
## FTP
27
0 commit comments