MoSMB
Learn how to configure MoSMB for use with Filebase.
MoSMB is an SMB2/SMB3 user server stack designed to run and manage workloads such as enterprise file servers, SQL servers, and Microsoft Hypervisor workloads. MoSMB can also be used for cluster file systems, Hadoop and big data workflows, and HPC management. MoSMB is available for Windows, macOS X, and Linux systems.
Read below to learn how to use MoSMB with Filebase.
[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 = 5mbps
Replace the following configuration items:
- filebase-bucket-name: Your Filebase Bucket Name
- FILEBASE_ACCESS_KEY: Your Filebase Access Key
- FILEBASE_SECRET_KEY: Your Filebase Secret Key
[filebase]
Path = /opt/filebase
Is CA = yes
Is CLUSTER = no
Share Encrypt = no
ACL = none
File Creation Mask = 0644
Directory Creation Mask = 0755
Metadata Store = none
Plugin = /usr/local/lib/mosmb/libios_s3.so
service mosmb restart
All data written to the SMB share will get uploaded to the configured Filebase bucket.
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago