mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat(server): lightweight s3 client (#14348)
#### PR Dependency Tree * **PR #14348** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a dedicated S3-compatible client package and expanded S3-compatible storage config (endpoint, region, forcePathStyle, requestTimeoutMs, minPartSize, presign options, sessionToken). * Document sync now broadcasts batched/compressed doc updates for more efficient real-time syncing. * **Tests** * New unit and benchmark tests for base64 utilities and S3 multipart listing; updated storage-related tests to match new formats. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
{ "path": "./packages/common/infra" },
|
||||
{ "path": "./packages/common/nbstore" },
|
||||
{ "path": "./packages/common/reader" },
|
||||
{ "path": "./packages/common/s3-compat" },
|
||||
{ "path": "./packages/frontend/admin" },
|
||||
{ "path": "./packages/frontend/apps/android" },
|
||||
{ "path": "./packages/frontend/apps/electron" },
|
||||
|
||||
Reference in New Issue
Block a user