An open-source distributed object storage service tailored for self-hosting
An open-source distributed object storage service tailored for self-hosting. Garage implements the Amazon S3 API and thus is already compatible with many applications.
An open-source distributed object storage service tailored for self-hosting. Garage implements the Amazon S3 API and thus is already compatible with many applications.
To install garage, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install garage
To see what files were installed by garage, run:
port contents garage
To later upgrade garage, run:
sudo port selfupdate && sudo port upgrade garage
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.