Xuanwo

Results 1658 comments of Xuanwo

Hi, @sysu-yunz, are you interested in this?

> I am interested in contributing, but I must admit that I am not very familiar with Rust. I would like to understand more about the bug and the context...

Not related to opendal and no actions to take so far, let's close.

Hello @ForestLH, thank you for adding support for S3's conditional write. However, the previous PR only covered simple writes. Would you be interested in extending this to multipart uploads as...

For Azblob, you can use https://github.com/Azure/Azurite. We have a fixture available at: https://github.com/apache/opendal/blob/main/fixtures/azblob/docker-compose-azurite.yml. For other services, we have only configured continuous integration so far. You can submit PR and I...

> I'm sorry for not reporting the progress for so long, because I have a lot of things to do recently. Thank you for watching this. I look forward to...

Adding some context: - https://github.com/apache/opendal/issues/1472 - https://github.com/apache/opendal/issues/1366 We have discussed similiar ideas in the past. --- > * Still requires `libopendal_c.so`. - We can embed it in go files for...

> * Depends on preinstalled `libffi`. - libffi is widely used in many languages and commonly preinstalled on many platforms. You can easily install it with the package manager if...

> ```go > package main > > import ( > opendal "opendal.apache.org/go" > _ "opendal.some.others/services/s3" // this dynamic inject *.so > ) > ``` Wow, I didn't know that was...