Skip to content

Commit

Permalink
feat: support uploading file with multiple part (AppFlowy-IO#625)
Browse files Browse the repository at this point in the history
* refactor: replace crate

* chore: remove s3-rust crate

* chore: test multiple upload

* chore: client api

* chore: client api

* chore: v1 version upload,download

* chore: fix test

* chore: fix test

* chore: remove workspace test

* chore: fix wasm build

* chore: update path

* chore: update path

* chore: rename

* chore: expose file entity

* chore: introduce client-api-entity

* chore: fix build

* chore: new url

* chore: fix test

* chore: merge main

* chore: fix clippy
  • Loading branch information
appflowy authored Jun 19, 2024
1 parent 28fa523 commit 30f8745
Show file tree
Hide file tree
Showing 51 changed files with 2,532 additions and 540 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/client_api_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
working-directory: ./libs/client-api
run: cargo build --features "enable_brotli"

- name: Build ClientAPI WASM
working-directory: ./libs/client-api
run: wasm-pack build

- name: Check ClientAPI Dependencies
working-directory: ./libs/client-api
run: bash ../../script/client_api_deps_check.sh
Expand Down
Loading

0 comments on commit 30f8745

Please sign in to comment.