This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch refactor-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 45fe9b421180d8764892eeed37c232ca4f61b27e
Author: Xuanwo <[email protected]>
AuthorDate: Tue Oct 17 20:25:41 2023 +0800

    Fix dropbox
    
    Signed-off-by: Xuanwo <[email protected]>
---
 core/src/types/operator/builder.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/src/types/operator/builder.rs 
b/core/src/types/operator/builder.rs
index e00ce2db8..12839a9aa 100644
--- a/core/src/types/operator/builder.rs
+++ b/core/src/types/operator/builder.rs
@@ -165,6 +165,8 @@ impl Operator {
             Scheme::Cos => Self::from_map::<services::Cos>(map)?.finish(),
             #[cfg(feature = "services-dashmap")]
             Scheme::Dashmap => 
Self::from_map::<services::Dashmap>(map)?.finish(),
+            #[cfg(feature = "services-dropbox")]
+            Scheme::Dropbox => 
Self::from_map::<services::Dropbox>(map)?.finish(),
             #[cfg(feature = "services-etcd")]
             Scheme::Etcd => Self::from_map::<services::Etcd>(map)?.finish(),
             #[cfg(feature = "services-foundationdb")]

Reply via email to