mbrobbel commented on code in PR #433: URL: https://github.com/apache/arrow-rs-object-store/pull/433#discussion_r2198582336
########## src/lib.rs: ########## @@ -1234,9 +1234,14 @@ impl From<Attributes> for PutOptions { } } +// See <https://github.com/apache/arrow-rs-object-store/issues/339>. +#[doc(hidden)] +#[deprecated(note = "Use PutMultipartOptions", since = "0.13.0")] Review Comment: Maybe we should use a different version here? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org