Files

567 B

Hanzo S3 Cli

Overview

Go module: github.com/minio/mc

Tech Stack

  • Language: Go

Build & Run

go build ./...
go test ./...

Structure

s3-cli/
  CONFLICT.md
  CONTRIBUTING.md
  CREDITS
  Dockerfile
  Dockerfile.dev
  Dockerfile.hotfix
  Dockerfile.release
  Dockerfile.release.old_cpu
  LICENSE
  Makefile
  NOTICE
  README.md
  README_zh_CN.md
  _config.yml
  buildscripts/

Key Files

  • README.md -- Project documentation
  • go.mod -- Go module definition
  • Makefile -- Build automation
  • Dockerfile -- Container build