14 Commits
Author SHA1 Message Date
Zach Kelling 0ba7019bf7 Rebrand: Hanzo S3 CLI -- remove all MinIO branding
- Replace copyright headers: "MinIO, Inc." -> "Hanzo AI, Inc." across 411+ Go files
- Replace "MinIO Object Storage stack" -> "Hanzo S3 stack" in all file headers
- Replace all user-facing "MinIO" references -> "Hanzo S3" in Usage, help text, examples
- Replace example alias "myminio" -> "mys3" throughout
- Replace example endpoints play.min.io -> s3.hanzo.ai, dl.min.io -> s3.hanzo.ai
- Replace doc URLs min.io -> hanzo.space
- Rewrite README.md/README_zh_CN.md: product is "Hanzo S3 CLI" (the s3 command)
- Update CONTRIBUTING.md, CONFLICT.md, NOTICE, code_of_conduct.md
- Update all Dockerfiles: labels, entrypoints, image refs -> ghcr.io/hanzos3/cli
- Update Makefile: build output, docker tags, install paths -> s3
- Update docker-buildx.sh: image tags -> ghcr.io/hanzos3/cli
- DO NOT change go.mod module path or import paths (github.com/minio/mc preserved)
- DO NOT change Go identifiers, SDK types, or wire protocol constants
- All unit tests pass
2026-02-21 14:19:07 -08:00
Harshavardhana 10c50368c5 remove fips build 2025-02-08 13:06:32 -08:00
Harshavardhana e20dea646f remove s390x support 2024-10-13 06:54:36 -07:00
Harshavardhana d8342b68a0 fix: docker container builds with proper container name 2023-11-16 19:34:18 -08:00
HarshavardhanaandGitHub 7db80b6ad9 fix: broken docker builds for microdnf command (#4746) 2023-11-08 13:00:21 -08:00
HarshavardhanaandGitHub 2678c2c8e5 use Dockerfile ADD feature deprecate curl (#4728) 2023-10-23 23:32:21 -07:00
Aditya ManthramurthyandGitHub 73727de391 Simplify/speedup container image publishing script (#4442) 2023-01-13 20:47:05 +05:30
Harshavardhana 2a84f0f1f9 disable IPv6 locally for all interfaces before docker build 2021-12-09 17:51:31 -08:00
Harshavardhana e7d3f4637a update CREDITS, add quay.io/minio/mc:latest 2021-09-02 11:24:57 -07:00
Harshavardhana 9242dbdf69 add support for quay.io mirror 2021-06-11 16:51:03 -07:00
Harshavardhana 1402987ccb change license to AGPLv3 2021-05-11 17:45:08 -07:00
Harshavardhana dde89f7604 add release build-arg for multiarch builds 2021-03-10 00:10:53 -08:00
Harshavardhana 1967d38dd4 remove arm32 binary 2020-12-12 17:29:33 -08:00
Harshavardhana 52fc5e8c15 fix extra space character in docker files 2020-12-07 16:17:40 -08:00