mro68 commented on PR #7058: URL: https://github.com/apache/opendal/pull/7058#issuecomment-3668378779
## ⚠️ Dependency on PR #7039 This PR will need to be rebased/updated after #7039 (refactor: split gdrive into separate crate) is merged. **Reason:** PR #7039 moves the gdrive service from `core/core/src/services/gdrive/` to a separate crate at `core/services/gdrive/`, which affects the files modified in this PR: - `core/core/src/services/gdrive/core.rs` → `core/services/gdrive/src/core.rs` - `core/core/src/services/gdrive/lister.rs` → `core/services/gdrive/src/lister.rs` **Action required after #7039 merge:** 1. Rebase this branch on updated `main` 2. Apply the same changes to the new file locations 3. Update imports from `use crate::*` to `use opendal_core::*` (if not already done by #7039) I'll update this PR once #7039 is merged. The fix itself remains valid and necessary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
