opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Auto-start S3 server for dev

Open NathanFlurry opened this issue 8 months ago • 3 comments

Motivation

We'll be depending on the uploads module more and more. We should provide a default S3 server for development & testing.

Implementation

  • Use SeaweedFS (licensed Apache 2, since Minio is AGPL).
  • Pass the credentials to S3_ENDPOINT, S3_DEFAULT_REGION, S3_BUCKET, S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY.
  • Update uploads module to read these env vars appropriately.

NathanFlurry avatar Jun 10 '24 04:06 NathanFlurry