You can setup a production-ready SeaweedFS S3 on AWS with cloudformation to enjoy the fastest S3 API, and support SeaweedFS!
Besides many small fixes, the 2 major improvements are:
- The FUSE mount is getting more stable. The long-over-due fix for truncate operation enables SQLite to run safely.
- The
filer.sync
can synchronize multiple file changes in parallel. Before the fix, all changes can only be applied one-by-one in the target filer cluster.
Change log:
- FUSE Mount
filer.sync
- Parallelize synchronization from 1 to 128 copying goroutines.
- Fix synchronization logic in active-active mode #3328
- Fix when excluded path is empty
- Filer
- Helm Charts
- Filer Store
- Allow postgresql to use standard environment variables for connection #3413
- Shell
filer.meta.load
add quiet mode to reduce verbose output #3414