Add ministack container#264
Open
akirak wants to merge 2 commits into
Open
Conversation
jarlah
requested changes
May 21, 2026
Member
jarlah
left a comment
There was a problem hiding this comment.
again awesome with contribution, would just like the pr to only contain the new container :)
80dd0e2 to
9168eef
Compare
jarlah
reviewed
May 21, 2026
jarlah
reviewed
May 21, 2026
jarlah
reviewed
May 21, 2026
Member
|
When you remove the unused aliases and maybe add a put file tests, we're good to go 💪 |
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
jarlah
approved these changes
May 21, 2026
Member
|
Thanks for the contribution 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minio has been archived and is no longer an active open-source project. Its Docker image has not been updated in 8 months.
Ministack is a free AWS emulator and a newer alternative to LocalStack. It provides an S3-compatible storage API, making it a suitable alternative to Minio for testing, which is the scope of this project.
In this PR, I propose switching from Minio to Ministack. The test cases cover the same bucket operations.