Comments on How to Install and Configure S3 Compatible Object Storage Server using Minio on Ubuntu 20.04
Object storage is the storage and retrieval of unstructured blobs of data and metadata using an HTTP API. Minio is a popular open-source, self-hosted, Amazon S3 compatible object storage server. In this tutorial, you will install the Minio server on a Ubuntu 20.04 server, protect it using an SSL certificate from Let's Encrypt, and access it using a command-line client.
1 Comment(s)
Add comment
Comments
By: Gerardo
hi, great post! i have a problem in the step five:
Enable the Minio Service.
$ sudo systemctl enable minio Created symlink from /etc/systemd/system/multi-user.target.wants/minio.service to /etc/systemd/system/minio.service. ----> not recognize this sentence