5 Commits

Author SHA1 Message Date
jasper
ec849561d8 drop maintainership 2019-12-28 14:35:35 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
jasper
06590f0199 set version and release-tag in 'version' output 2018-03-06 18:38:02 +00:00
jasper
03f9a4f0ae - update to 2018-01-18, addressing an admin api authentication bypass issue:
https://blog.minio.io/minio-release-jan-18-2018-security-advisory-4c64ca87721b
- take maintainership

NB: this isn't the latest release as that requires an updated golang compiler

ok landry@
2018-03-04 12:56:14 +00:00
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