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@
8 lines
139 B
Makefile
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>
|