openbsd-ports/net/minio/Makefile
landry 7c3e838002 Import minio server/client
Minio is an object storage server compatible with Amazon S3 cloud
storage service. It is best suited for storing unstructured data such
as photos, videos, log files, backups and container / VM images. Size
of an object can range from a few KBs to a maximum of 5TB.

Minio Client (minioc) provides a modern alternative to UNIX commands like
ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon
S3 compatible cloud storage service (AWS Signature v2 and v4).

With feedback from semarie@, Klemens Nanni  & 'trondd'
ok danj@
2017-12-23 21:19:39 +00:00

8 lines
139 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/12/23 21:19:39 landry Exp $
SUBDIR =
SUBDIR += client
SUBDIR += server
.include <bsd.port.subdir.mk>