Pure Python SDK wrapping the raw S3 REST API with custom Signature V4 signing. No boto3, no minio-py — just requests + stdlib.
Find a file
2026-03-28 19:05:03 +00:00
src/minio_sdk feat: standardize ruff config (line-length=88, select=E,F,I,W) (#6) 2026-03-28 19:05:03 +00:00
tests feat: standardize ruff config (line-length=88, select=E,F,I,W) (#6) 2026-03-28 19:05:03 +00:00
.gitignore feat: build MinIO S3 SDK with custom Signature V4 signing (#2) 2026-03-21 16:42:22 +00:00
.pre-commit-config.yaml feat: standardize ruff config (line-length=88, select=E,F,I,W) (#6) 2026-03-28 19:05:03 +00:00
.woodpecker.yml fix: XML builder escaping + streaming error handling + URL encoding (#4) 2026-03-22 06:06:42 +00:00
CLAUDE.md feat: build MinIO S3 SDK with custom Signature V4 signing (#2) 2026-03-21 16:42:22 +00:00
pyproject.toml feat: standardize ruff config (line-length=88, select=E,F,I,W) (#6) 2026-03-28 19:05:03 +00:00
README.md Initial commit 2026-03-21 16:05:20 +00:00

minio-sdk

Pure Python SDK wrapping the raw S3 REST API with custom Signature V4 signing. No boto3, no minio-py — just requests + stdlib.