Xuanwo commented on code in PR #2606:
URL:
https://github.com/apache/incubator-opendal/pull/2606#discussion_r1255589680
##########
core/src/services/dropbox/backend.rs:
##########
@@ -162,6 +166,121 @@ impl Accessor for DropboxBackend {
_ => Err(parse_error(resp).await?),
}
}
+
+ async fn batch(&self, args: OpBatch) -> Result<RpBatch> {
Review Comment:
> too_many_write_operations
Ok.。。
##########
core/src/services/dropbox/backend.rs:
##########
@@ -162,6 +166,121 @@ impl Accessor for DropboxBackend {
_ => Err(parse_error(resp).await?),
}
}
+
+ async fn batch(&self, args: OpBatch) -> Result<RpBatch> {
Review Comment:
> too_many_write_operations
Ok...
--
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]