v0.29.0 #1453
Xuanwo
started this conversation in
Announcements
v0.29.0
#1453
Replies: 1 comment 1 reply
-
|
hi, does python binding support multipart upload? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrade to v0.29
In v0.29, we introduced [Object Writer][crate::docs::rfcs::rfc_1420_object_writer] to replace existing Multipart related APIs.
Users can now append multiparts bytes into object via:
Along with this change, we cleaned up a lot of internal structs and traits. Users who used to depend on
opendal::raw::io::{input,output}should useopendal::raw::oioinstead.Also, decompress related feature also removed. Users can use
async-compressionwithObjectReaderdirectly.What's Changed
io::inputand Renameio::outputtooioby @Xuanwo in refactor: Removeio::inputand Renameio::outputtooio#1446New Contributors
Full Changelog: v0.28.0...v0.29.0
This discussion was created from the release v0.29.0.
Beta Was this translation helpful? Give feedback.
All reactions