Xuanwo commented on issue #2156:
URL:
https://github.com/apache/incubator-opendal/issues/2156#issuecomment-1558611783
> Oh I need this feature to update an s3 object in a CAS manner!
Yes, we can read object with version_id like:
```rust
let content = op.read_with("path/to/file",
OpRead::new().with_version("<version_id>")).await?;
```
> Or, is there any other approach than using version id to ensure that the
object remains unchanged during the update?
I have no idea for this now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]