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
-
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::oio
instead.Also, decompress related feature also removed. Users can use
async-compression
withObjectReader
directly.What's Changed
io::input
and Renameio::output
tooio
by @Xuanwo in refactor: Removeio::input
and Renameio::output
tooio
#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