MoSMB
Learn how to configure MoSMB for use with Filebase.
What is MoSMB?
1. Navigate to the /etc/mosmb/ folder and edit the s3.conf file to resemble the following:
/etc/mosmb/ folder and edit the s3.conf file to resemble the following:[filebase-bucket-name]
Path = /opt/filebase
Endpoint = s3.filebase.com
Region = us-east-1
Access Id = FILEBASE_ACCESS_KEY
Secret Key = FILEBASE_SECRET_KEY
Multipart Size = 125M
HTTP Scheme = https
Verify SSL = yes
Async Threads = 16
Throttle Bandwidth = yes
Write Bandwidth = 5mbps
Read Bandwidth = 5mbps2. Next, open the /etc/mosmb/mosmb.conf file and create a corresponding share to your S3 configuration:
/etc/mosmb/mosmb.conf file and create a corresponding share to your S3 configuration:3. Restart the MoSMB service using the following command:
Last updated