Skip to content

Replace MinIO with VersityGW#20

Open
maragubot wants to merge 2 commits intomainfrom
replace-minio-with-versitygw
Open

Replace MinIO with VersityGW#20
maragubot wants to merge 2 commits intomainfrom
replace-minio-with-versitygw

Conversation

@maragubot
Copy link
Collaborator

Summary

  • Replace MinIO with VersityGW as the S3-compatible backend, since MinIO is no longer maintained as open source (see glue#131)
  • Update docker-compose, Makefile, and .env.example to use VersityGW with port 7070 (dev) and 7072 (test)
  • Change default AWS_REGION from auto to us-east-1 (VersityGW requires a valid region)
  • Update maragu.dev/glue to latest main (which includes the same migration)

Test plan

  • docker compose up -d versitygw starts successfully
  • docker compose up -d versitygw-test starts successfully
  • make test passes against VersityGW
  • App works with VersityGW for S3 operations in development

MinIO is no longer maintained as open source. Switch to VersityGW as
the S3-compatible backend for both development and testing.

See maragudk/glue#131
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.

1 participant