[PR #3675] [MERGED] feat: implement file storage using appflowy cloud #5822

Closed
opened 2026-03-23 22:20:28 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3675
Author: @appflowy
Created: 10/11/2023
Status: Merged
Merged: 10/12/2023
Merged by: @appflowy

Base: mainHead: feat/af_cloud_file


📝 Commits (2)

  • 4286d15 feat: implement file storage using appflowy cloud
  • 49f79f1 chore: clippy

📊 Changes

9 files changed (+79 additions, -56 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+10 -24)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+7 -7)
📝 frontend/rust-lib/Cargo.toml (+1 -1)
📝 frontend/rust-lib/event-integration/tests/document/supabase_test/file_test.rs (+14 -3)
📝 frontend/rust-lib/flowy-error/src/impl_from/cloud.rs (+0 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/file_storage.rs (+33 -14)
📝 frontend/rust-lib/flowy-server/tests/supabase_test/file_test.rs (+3 -3)
📝 frontend/rust-lib/flowy-storage/src/lib.rs (+10 -2)

📄 Description

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/3675 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/af_cloud_file` --- ### 📝 Commits (2) - [`4286d15`](https://github.com/AppFlowy-IO/AppFlowy/commit/4286d152821e686945cf09f4622d91ba879bf86b) feat: implement file storage using appflowy cloud - [`49f79f1`](https://github.com/AppFlowy-IO/AppFlowy/commit/49f79f146b31088e3f5aae02920446d0dc8d8138) chore: clippy ### 📊 Changes **9 files changed** (+79 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+10 -24) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+7 -7) 📝 `frontend/rust-lib/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/event-integration/tests/document/supabase_test/file_test.rs` (+14 -3) 📝 `frontend/rust-lib/flowy-error/src/impl_from/cloud.rs` (+0 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/file_storage.rs` (+33 -14) 📝 `frontend/rust-lib/flowy-server/tests/supabase_test/file_test.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-storage/src/lib.rs` (+10 -2) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:20:28 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5822
No description provided.