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

A potential issue in the system where i64 is used for file offsets. On 32-bit architectures, `usize` is limited to `2^31-1`, which means that offsets near the upper limit of...

According to [`bindings/nodejs/src/lib.rs`](https://github.com/apache/opendal/blob/main/bindings/nodejs/src/lib.rs) it seems `Operator::lister` is not exposed by the Node.js binding. Is there any particular reason of not doing that? Since [`Lister`](https://opendal.apache.org/docs/nodejs/classes/Lister.html) is already exported. Or is it...

fix: #4484 There are several issues that need to be fixed here, related ci: https://github.com/apache/opendal/actions/runs/8682043318/job/23805843756. **Error caused by Dropbox service not supporting:** - test_copy_overwrite - test_copy_file_with_non_ascii_name - test_rename_overwrite - test_list_prefix...

releases-note/fix

https://docs.rs/opendal/latest/opendal/struct.BlockingOperator.html#method.write Write method seems to be taking owned buffer making it hard to re-use the buffer to prevent allocations. Is there a way around this:

Related: #4424 Some semantics of dropbox copy/list/rename are inconsistent with behavioral tests, causing CI to fail.

OpenDAL now depends on `reqwest` by default. However, some users wish to customize their HTTP client by implementing their own solutions or adding middleware. Perhaps we could define `oio::HttpClient` as...

Blocked by https://github.com/seanmonstar/reqwest/issues/2243 We now use `Buffer` as request body. We can implement HttpBody directly instead of Stream to remove some extra cost.

> Yes, Upyun also has such an issue, and it is easily reproducible. I have sent ticket to pcloud (which cc your ASF email too). Let's work with them to...

As far as I could tell, OpenDAL Python bindings are available through PyPI but not through conda. Is there any plan to add conda packaging and publishing in the future?...