Xuanwo commented on PR #2734:
URL:
https://github.com/apache/incubator-opendal/pull/2734#issuecomment-1657413262
```rust
error: this function has too many arguments (8/7)
--> core/src/services/s3/core.rs:242:5
|
242 | / pub fn s3_get_object_request(
243 | | &self,
244 | | path: &str,
245 | | range: BytesRange,
... |
250 | | if_match: Option<&str>,
251 | | ) -> Result<Request<AsyncBody>> {
| |___________________________________^
|
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: for further information visit
https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
```
Ooops, maybe we can fix this by passing `OpRead` instead.
--
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]