Update S3 deployment to remove s3_website (#9221)
Merge pull request 9221
This commit is contained in:
parent
c4af6efca9
commit
4cc1905ae3
|
|
@ -16,12 +16,10 @@ rsync in the [Digital Ocean tutorial](https://www.digitalocean.com/community/tut
|
||||||
## Amazon S3
|
## Amazon S3
|
||||||
|
|
||||||
If you want to host your site in Amazon S3, you can do so by
|
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)
|
using the AWS cli client and pushing your rendered `_site` directory directly to
|
||||||
application. It will push your site to Amazon S3 where it can be served like
|
your S3 bucket.
|
||||||
any web server,
|
|
||||||
dynamically scaling to almost unlimited traffic. This approach has the
|
`aws s3 sync _site s3://<YOUR DOMAIN>.com --size-only --storage-class REDUCED_REDUNDANCY`
|
||||||
benefit of being about the cheapest hosting option available for
|
|
||||||
low-volume blogs as you only pay for what you use.
|
|
||||||
|
|
||||||
## FTP
|
## FTP
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue