Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support uploading file with multiple part #625

Merged
merged 22 commits into from
Jun 19, 2024
Merged

feat: support uploading file with multiple part #625

merged 22 commits into from
Jun 19, 2024

Conversation

appflowy
Copy link
Contributor

@appflowy appflowy commented Jun 15, 2024

  1. Support multipart upload functionality and update the client API accordingly.
  2. Remove all objects for a given workspace when that workspace is deleted. Previously, the old approach removed blob metadata and S3 objects one by one. Now, simply remove the specific directory corresponding to the workspace ID.
  3. Replace the s3-rust crate with the aws-sdk-s3 crate, as s3-rust does not support multipart upload.
  4. Add more tests

@appflowy appflowy marked this pull request as ready for review June 16, 2024 07:51
src/application.rs Outdated Show resolved Hide resolved
@appflowy appflowy merged commit 30f8745 into main Jun 19, 2024
7 checks passed
@appflowy appflowy deleted the file_upload branch June 19, 2024 05:06
uxodb pushed a commit to uxodb/AppFlowy-Cloud that referenced this pull request Nov 13, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants