Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Local dev workflow#74

Merged
PeterBaker0 merged 4 commits intomainfrom
feat/minio-dropin
Jun 11, 2025
Merged

Local dev workflow#74
PeterBaker0 merged 4 commits intomainfrom
feat/minio-dropin

Conversation

@PeterBaker0
Copy link
Copy Markdown
Collaborator

Implements a minio s3 layer which is opt-in from the environment.

This allows a totally local stack in conjunction with in-progress PR for reefguide (in which we host the s3 bucket on localhost:9000 using minio, and the API on localhost:5000).

Signed-off-by: Peter Baker <peter.baker122@csiro.au>
Copy link
Copy Markdown
Collaborator

@ConnectedSystems ConnectedSystems left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, two minor comments then can be merged.

README.md Outdated
Setup env file:

```
cp .env.dist .env
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worthwhile making the filename explicit?

Suggested change
cp .env.dist .env
cp .env.dist .env.local

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.env being the 'active' environment is convention, but maybe .env.dist could be .env.local instead. I'll play that.

PeterBaker0 and others added 3 commits June 11, 2025 17:14
Co-authored-by: Takuya Iwanaga <takuyai@gmail.com>
Signed-off-by: Peter Baker <peter.baker122@csiro.au>
@PeterBaker0 PeterBaker0 merged commit a37e64e into main Jun 11, 2025
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants