RustFS#
RustFS offers high-performance, S3 compatible object storage.
You can install multiple RustFS instances on the same node from the Software center.
Configuration#
Some S3 clients do not correctly support API endpoints exposed under a path prefix. For better compatibility, two distinct server names need to be assigned: one dedicated to the S3 protocol endpoint and another dedicated to the administrative console.
Before proceeding with the configuration, make sure to create the corresponding name records inside your DNS server. If you are planning to use a Let’s Encrypt certificate as default, make also sure to have corresponding public DNS records.
How to configure:
access the application configuration page and enter the
API server host name: this will be the FQDN used by hosts to connect to S3 services, e.g.s3.example.org,storage.example.orgfill the
Web interface host name: you will be able to configure your RustFS instance from this FQDN, e.g.rustfs.example.orgenable
Let's Encryptoption accordingly to your needsfill the
rustfs root user nameand therustfs root password: those are the login credentialsclick the Save button
open the entered host name inside the browser, e.g.
https://rustfs.example.org.