Xuanwo

Results 1650 comments of Xuanwo

Hi, I believe listing deleted objects is an orthogonal feature compared to listing versioned objects. Some services that don't enable versioning can still have features like "soft delete," such as...

> Update: They've submitted a PR to address this issue: [ceph/ceph#60068](https://github.com/ceph/ceph/pull/60068) Wow, really appreciated!

> I can't reproduce the errors on my PC 😭. Thank you for your contribution! I'll take a look at it when I have some time.

Hello, I'm from the [OpenDAL](https://github.com/apache/opendal) community, which aims to provide storage access to various services in multiple languages. Perhaps we can build something extensible to allow us to integrate with...

Hi, please let me know if you need any help on opendal side. ❤️

Welcome, I suggest we can bump MSRV first.

Bumping the MSRV should be straightforward, we just need to update rust-toolchain.toml and the `rust-version`, and address any potential Clippy errors.

This reminds me that we might be able to remove all feature enable configurations from our code lile enable version and enable append write. We can take a different approach...

> How do we use these options in test suite right now? Features like versioning and append write require bucket configuration. For example: - The user must enable bucket versioning...