opendal icon indicating copy to clipboard operation
opendal copied to clipboard

Apache OpenDAL: access data freely.

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

### Describe the bug OpenDAL google drive doesn't pass behavior test in local machine. But works on CI. ### Steps to Reproduce 1. export OPENDAL_GDRIVE_ACCESS_TOKEN= from an API explorer 2....

bug
services/gdrive

- proposal: https://github.com/apache/opendal/pull/6678

research

# Which issue does this PR close? Closes #. # Rationale for this change The Python SDK could only delete objects one at a time, which meant callers had to...

releases-note/feat
size:L

https://github.com/apache/opendal/blob/1c771663c4c1fe285075d1a435bae3453cb1af2b/website/plugins/image-ssr-plugin.js#L78-L86 https://github.com/apache/opendal/actions/runs/18396491657/job/52417545045?pr=6640 It takes several minutes to download. Typically, it should be a few seconds. cc @kingsword09 @Xuanwo

website

### Feature Description `Metadata` should have an optional `last_access_time` field. ### Problem and Solution When implementing a bounded file cache, it's useful to be able to prioritize garbage collection based...

enhancement
services/fs
releases-note/feat

### Feature Description Add a method to `ConcurrentLimitLayer` to provide an `Arc`. ### Problem and Solution Some applications may have their own semaphores used for limiting concurrency. For example, when...

enhancement
releases-note/feat

### Feature Description The glob_support RFC ([apache/opendal#6209](https://github.com/apache/opendal/pull/6209)) proposes a client-side fallback for services that don't support native globbing. The default implementation for this would be to list all entries recursively...

enhancement
releases-note/feat
rust

# Which issue does this PR close? Closes #. # Rationale for this change The `BoxedStaticFuture` is typed as: ```rust /// BoxedStaticFuture is the type alias of [`futures::future::BoxFuture`]. #[cfg(not(target_arch =...

releases-note/fix
size:M

### Feature Description I'd like to be able to continue using the same `Operator` through SAS token updates. ### Problem and Solution Right now, if I want to refresh a...

enhancement
services/azblob
releases-note/feat

# Which issue does this PR close? Related #6435. # Rationale for this change # What changes are included in this PR? # Are there any user-facing changes?

releases-note/ci
size:S