Using Minio in Github actions to mock s3

I recently added Github Actions for simples3. In a recent PR, a contributor added support for custom endpoints. I was currently running go test on the library using a local .env files which contains real AWS keys and an actual s3 bucket. I realized that we can mock this using a minio server as well. …

Using Minio in Github actions to mock s3 Read More »