opendal icon indicating copy to clipboard operation
opendal copied to clipboard

Apache OpenDAL: access data freely.

Results 354 opendal issues
Sort by recently updated
recently updated
newest added

```shell [2022-10-10T05:16:01Z ERROR opendal::services::s3::backend] backend detect_regi***: ***/***: Custom { kind: Interrupted, error: Transport { kind: C***necti***Failed, message: Some("tls c***necti*** init failed"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "",...

It would be helpful to implement efficient cache support if conditional requests are supported directly. We can take conditional headers like `IfMatch`, `IfNoneMatch`, `If-Modified-Since`, etc in `OpRead`, `OpWrite`, etc. S3...

Make ObjectStreamer retry able so that we can retry while error happened during `next`.