- 19 Jun 2024
- 1 Minute to read
- Print
- PDF
MoSMB With Wasabi
- Updated on 19 Jun 2024
- 1 Minute to read
- Print
- PDF
How do I use MoSMB with Wasabi?
MoSMB has been validated for use with Wasabi. Follow the steps outlined below to configure Wasabi as a cloud storage target.
Prerequisities:
Install and configured MoSMB on a suitable Linux Machine.
Active Wasabi account.
Navigate to "/etc/mosmb/" folder and edit "s3.conf" file and configure the following:
endpoint - s3.us-east-2.wasabisys.com
region - us-east-2
Access Key
Secret Key
The remaining of the configuration can be left with default values.
Note: that this config example discusses the use of Wasabi's us-east-2 storage region. To use other Wasabi storage regions, please use the appropriate Wasabi service URL as described in this article.
Create a share corresponding to the above mentioned Wasabi bucket. Shares can be created by adding or modifying existing share in /etc/mosmb/mosmb.conf file
Restart the MoSMB service using the following command for changes to take effect $service mosmb restart
Access Wasabi as a SMB share while pointing to the MoSMB's IP address. All data written to the SMB share will get transferred to Wasabi bucket configured.