Skip to content

Feature/plan minio support for s3#43

Merged
smunini merged 5 commits intoHeliosSoftware:mainfrom
aacruzgon:feature/plan-minio-support-for-s3
Mar 5, 2026
Merged

Feature/plan minio support for s3#43
smunini merged 5 commits intoHeliosSoftware:mainfrom
aacruzgon:feature/plan-minio-support-for-s3

Conversation

@aacruzgon
Copy link
Contributor

•	New config knobs for S3-compatible endpoints:
•	endpoint_url, force_path_style, allow_http (with validation)
•	Runtime-safe backend init:
•	from_env_async() + sync wrapper without block_in_place
•	sensible defaults when endpoint_url is set (path-style + default region if needed)
•	Env-gated MinIO integration tests (testcontainers):
•	crates/persistence/tests/minio_s3_tests.rs
•	gated by RUN_MINIO_S3_TESTS=1
•	covers conditional create (if_none_match="*"), optimistic locking (if_match), vread/history, pagination (>1000), bulk export, bulk submit + rollback
•	Docs updates:
•	S3 docs + persistence README with endpoint-mode quick start and test commands

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@smunini smunini merged commit 22167f5 into HeliosSoftware:main Mar 5, 2026
15 of 17 checks passed
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.

2 participants