Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 uploads support #273

Merged
merged 6 commits into from
Oct 8, 2022
Merged

S3 uploads support #273

merged 6 commits into from
Oct 8, 2022

Conversation

nikmel2803
Copy link
Member

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>"

DEVELOPMENT.md Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants