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

There will be a risk of losing some data without `f.flush()`: https://github.com/datafuselabs/opendal/blob/9fdd2d6eecc4b927a489803f5728970543b50d1f/src/services/fs/backend.rs#L271-L285

enhancement

Because write on local fs is not atomic, when using local fs as backend, there is a chance a partially written file is left in local fs and can be...

enhancement

As described as `http_util` and `io_util`'s docs, they are not public APIs of OpenDAL. Maybe we can move them to another crate instead.

This issue is used to track opendal's gap with object_store. ## Tasks ### Planned - [x] https://github.com/datafuselabs/opendal/issues/353 - [ ] https://github.com/datafuselabs/opendal/issues/361 - [ ] https://github.com/datafuselabs/opendal/issues/362 - [ ] https://github.com/datafuselabs/opendal/issues/743 ###...

research

This issue is used to track opendal's gap with tikv cloud crate. ## aws - [x] Why tikv need a `KmsClient`? (not related) - [ ] tikv support setting acl....

research

good first issue
help wanted

Allow accept and receive notification from s3 or local fs

Some notes about google drive API: OpenDAL requires a path-based API, but google drive located files via its internal `id`. So we need to maintain: - a convert util function...

We can use https://docs.rs/ssh2/latest/ssh2/struct.File.html for that

We can implement a `layer-minitrace` to integrate with `minitrace`.

good first issue
help wanted