Frank-III opened a new pull request, #5428: URL: https://github.com/apache/opendal/pull/5428
# Which issue does this PR close? Close: #5351 # Are there any user-facing changes? when writing to S3 Express One Zone, user can: ```rust let writer = op.writer_with(path).append(true).await?; writer.write(bs).await?; writer.close().await?; ``` -- 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]
