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

feat: support S3 storage via MinIO to replace local storage #35

Merged
merged 5 commits into from
Jan 14, 2024

Conversation

Fenrikur
Copy link
Member

@Fenrikur Fenrikur commented Jan 5, 2024

  • Added support for S3 storage
  • Allow switching between S3 and local storage via FILESYSTEM_DISK
  • MinIO bucket can be configured via:
    • MINIO_ACCESS_KEY – access key with read and write permissions to the bucket
    • MINIO_SECRET_KEY – secret key for the access key
    • MINIO_BUCKET – name of the bucket to be used
    • MINIO_S3_API – URL at which the S3 API of your MinIO instance can be reached

@Fenrikur Fenrikur requested a review from julsteele January 5, 2024 19:32
@Fenrikur Fenrikur self-assigned this Jan 5, 2024
Copy link
Contributor

@julsteele julsteele left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@Fenrikur Fenrikur force-pushed the feature/s3-support-minio branch from ff1f3aa to 784feab Compare January 14, 2024 15:27
@Fenrikur Fenrikur merged commit d4e4d71 into main Jan 14, 2024
3 checks passed
@Fenrikur Fenrikur deleted the feature/s3-support-minio branch January 21, 2024 14:48
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.

2 participants