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

30 migrate from local disk storage to minio driven s3 #54

Merged
merged 5 commits into from
Jun 10, 2024

Conversation

Metawolve
Copy link
Member

Before, images where saved as byte arrays to the database.
I have implemented minIO using the ofifcial nuget package to save the images to a minIO bucket. This is now the case for all images, including artist allay registration images and fursuit badge images.

The minIO connection and bucket can be configured in the appsettings.json, I have added an empty example into the appsettings.sample.json.

I have tested all affected API endpoints (images, artistAllay, fursuits) using Swagger and play.min.io, I also needed to adapt the CLIToolbox a bit and tested that too.

@Metawolve Metawolve added the feature Request for an entirely new feature label Jun 4, 2024
@Metawolve Metawolve added this to the EF28 (2024) milestone Jun 4, 2024
@Metawolve Metawolve requested a review from Rain336 June 4, 2024 18:52
@Metawolve Metawolve self-assigned this Jun 4, 2024
@Metawolve Metawolve linked an issue Jun 4, 2024 that may be closed by this pull request
@Metawolve Metawolve merged commit 0b05009 into main Jun 10, 2024
@Metawolve Metawolve deleted the 30-migrate-from-local-disk-storage-to-minio-driven-s3 branch June 10, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request for an entirely new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from local disk storage to MinIO-driven S3
2 participants