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

Test via minio #2

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Test via minio #2

wants to merge 17 commits into from

Conversation

alanjds
Copy link
Contributor

@alanjds alanjds commented Mar 5, 2020

When we wrote this initially, Amazon S3 was used for tests. This have the caveat that PRs could steal the API keys. Then we secured by only running PRs manually and after manual review.

Now that I do not work on GetNinjas anymore, my keys got revoked and this package tests are broken.

The root problem is AWS not providing disposable test buckets for libraries, and I am not willing to pay AWS just to have this test passing. Nor to mock the interactions to S3 and let it break silently on service changes.

As Minio is a battle-tested S3 implementation and have free buckets for tests, the package tests will be running using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant