codex-team / codex.docs

Free Docs app powered by Editor.js ecosystem
https://docs.codex.so
Apache License 2.0
692 stars 69 forks source link

S3 uploads support #273

Closed nikmel2803 closed 1 year ago

nikmel2803 commented 1 year ago

This PR introduces support for uploads to S3 bucket

How to test:

Add the following lines to your app-config.local.yaml:

uploads:
  driver: "s3"
  s3:
    bucket: docs-static.codex.so
    region: "eu-central-1"
    baseUrl: "http://docs-static.codex.so.s3-website.eu-central-1.amazonaws.com"
    keyPrefix: "docs-test"
    accessKeyId: "<secret>"
    secretAccessKey: "<secret>"