Add setup instructions for minio#3981
Conversation
| - **[Option 1: MinIO (Local Development)](#minio-local-development)** - Recommended for local development | ||
| - **[Option 2: AWS S3 (Production)](#aws-s3-production)** - For production environments | ||
|
|
||
| ## MinIO (Local Development) |
There was a problem hiding this comment.
Thanks for raising this!
I'm wondering could we maybe switch the order of the options so that the AWS S3 one is first and the MinIO is second? I think it would be great to encourage users to try to get as close to the setup we have as much as possible, while the MinIO option could be present for users who would like to explore a different option.
There was a problem hiding this comment.
I'm also a little hesitant to recommend MinIO as the primary method for local development, OS type, since at the moment we only have docs for Linux. Maybe we could rephrase this?
There was a problem hiding this comment.
Yeah sure we can switch the order of aws s3 and minio since it would be more relevant, also minio actually does have docs and download for windows so we could either give the docs link to setup minio in windows mention or explicitly say the setup for windows
|
|
||
| ## MinIO (Local Development) | ||
|
|
||
| MinIO is an S3-compatible object storage server that can run locally, making it ideal for development without needing AWS credentials or incurring cloud storage costs. |
There was a problem hiding this comment.
For the section regarding cloud storage costs, I believe that creating an AWS account and S3 bucket is free and does not require any additional costs, but I might need to double check!
|
Thanks for working on this! I added in a few notes on option order and recommendation, but I think overall this looks great! |
Issue:
Fixes #3975
Adds documentation for minio setup
Changes:
Adds a doc for minio setup and adds minio folder in gitignore
I have verified that this pull request:
npm run lint)npm run test)npm run typecheck)developbranch.Fixes #123