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

Closes https://github.com/apache/opendal/issues/5678 I open this as a draft to get some feedback about what I'm doing right now. There are missing tests and documentation, but I would like to get...

releases-note/feat

We have shared [our 2025 roadmap](https://opendal.apache.org/blog/2025/03/01/2025-roadmap). Feel free to discuss it [here](https://github.com/apache/opendal/discussions/5679). This issue is intended to track the progress of our 2025 roadmap. Here, we will gather tracking issues...

### Describe the bug Huaweicloud OBS has concept of directory, which isn't part of S3 protocol. This difference brings some issues when performing recursive deletion. For example, if we are...

enhancement
services/obs

As discussed in https://github.com/apache/opendal/issues/5480, we will migrate OpenDAL to a context-based approach. Layers will be migrated too, allowing us to add metrics and timeouts based on the HTTP client instead....

### Feature Description ![Image](https://github.com/user-attachments/assets/762c658b-8d66-4a5c-8470-35d23039c50b) ![Image](https://github.com/user-attachments/assets/213edd42-6387-4c55-9f64-b00590fb21d3) ### Problem and Solution Current PostgreSQL's service don't support rename & copy. ### Additional Context _No response_ ### Are you willing to contribute to the...

enhancement
releases-note/feat
services/postgresql

# Which issue does this PR close? Closes #5419. # Rationale for this change see #5419 # What changes are included in this PR? Modified the `opendal::services::Memcached` to support TLS...

releases-note/feat
size:L

# Which issue does this PR close? Part of #3922. # Rationale for this change implement recursive deletion # What changes are included in this PR? # Are there any...

releases-note/feat

### Feature Description Most object storage services will return metadata while reading data, it could be great if opendal can support it. ### Problem and Solution Returning metadata while reading...

enhancement

#5562 has implemented all the fundamental elements for `Write Returns Metadata`. Now, we need to extend this feature for every service. This issue will be used to track the progress....

good first issue
help wanted
rust

### Feature Description An irys.xyz storage service for opendal. ### Problem and Solution I understand opendal is a path based storage interface. The functions `read(path)` and `write(path, content)` have to...

enhancement