Skip to content

Commit 4cc1905

Browse files
authored
Update S3 deployment to remove s3_website (#9221)
Merge pull request 9221
1 parent c4af6ef commit 4cc1905

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/_docs/deployment/manual.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ rsync in the [Digital Ocean tutorial](https://www.digitalocean.com/community/tut
1616
## Amazon S3
1717

1818
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.
19+
using the AWS cli client and pushing your rendered `_site` directory directly to
20+
your S3 bucket.
21+
22+
`aws s3 sync _site s3://<YOUR DOMAIN>.com --size-only --storage-class REDUCED_REDUNDANCY`
2523

2624
## FTP
2725

0 commit comments

Comments
 (0)