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

Applications often create different operators that use identical signers. For instance, databases in the same bucket might share the same OIDC token. Currently, OpenDAL mandates each operator construct its own...

OpenDAL supports [RFC-3243: List Prefix](https://opendal.apache.org/docs/rust/opendal/docs/rfcs/rfc_3243_list_prefix/index.html), ensuring accurate results when users call `stat("path/to/dir")` by retrieving the first item via list. However, this method may be extremely slow or could even time...

Current states: ```shell ╰─$ cargo build Updating crates.io index Downloaded cstr v0.2.11 Downloaded http-body v1.0.0 Downloaded trait-make v0.1.0 Downloaded trim-in-place v0.1.7 Downloaded tower-layer v0.3.2 Downloaded cfg_aliases v0.1.1 Downloaded async-notify v0.3.0...

We should refer to [alluxio-py](https://github.com/Alluxio/alluxio-py/blob/main/alluxio/const.py#L18) and read by pages instead.