Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: partial enable s3 and tmp file system (#429)
* chore: add dependencies * chore: add `config.toml` * fix: align default resource limits as docs described * feat: support s3 file system * fix(sb_core): modify file api blocklist * stamp: enable sync file api on testing * chore: update `.blocklisted` * stamp: polishing * feat: support tmp file system * chore: add an integration test for tmp file system * chore: update `Cargo.lock` * stamp: make clippy happy * stamp: apply `cargo fmt` * stamp: don't use default member implementation * stamp: adjust root path of module loader * stamp: polishing * chore: add another integration test for tmp file system * chore: update `.blocklisted` * chore: update integration tests for tmp file system * chore(sb_core): update `bootstrap.js` * feat(sb_fs): add disk usage limit to tmp file system * chore(sb_fs): add a dev dependency * chore: update `Cargo.lock` * stamp: polishing tmp fs and adding more unit tests * stamp: make clippy happy * stamp: oops
- Loading branch information