v2022-10-24T18-35-07ZUpdated: 1 year, 5 months ago
Open source Amazon S3-compatible object storage server.
Open source Amazon S3-compatible object storage server. 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. See also minio-mc for command-line client.
Open source Amazon S3-compatible object storage server. 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. See also minio-mc for command-line client.
To install minio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install minio
To see what files were installed by minio, run:
port contents minio
To later upgrade minio, run:
sudo port selfupdate && sudo port upgrade minio
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.