You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
# Ghost S3 Storage Adapter
2
2
3
-
This image contains Ghost:5.81.0 with S3 as storage adapter and Cloudfront as CDN.
4
-
5
-
To configure S3 and Cloudfront, you need to pass following environment variables:
3
+
This image contains Ghost:6.10 with S3 as storage adapter and Cloudfront as CDN. It also supports other S3 compatible storages. Read more [here](https://github.com/laosb/ghos3).
6
4
5
+
### To configure S3 and Cloudfront, you need to pass following environment variables:
7
6
```yaml
8
7
storage__active: s3
9
8
storage__s3__accessKeyId: <AWS IAM User>
@@ -18,6 +17,24 @@ To configure S3 and Cloudfront, you need to pass following environment variables
18
17
19
18
Need help setting up IAM user, S3 bucket and Cloudfront? See [this guide for S3](https://youtu.be/eQAIojcArRY?si=zfGmxBu7J18vcijD&t=529) and [this for Cloudfront](https://youtu.be/kbI7kRWAU-w?si=hAtwkz-lZNF-Volz&t=129)
20
19
20
+
21
+
### To configure Cloudflare R2, you need to pass following environment variables:
0 commit comments