apage43 opened a new issue, #7108: URL: https://github.com/apache/arrow-rs/issues/7108
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I want to be able to use PutMode::Create with multipart uploads (multipart complete operation should fail if an object already exists at the given path) **Describe the solution you'd like** add PutMode to PutMultipartOpts and use it appropriately **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** Support for this is already _partially_ in place, S3Client's `complete_multipart` accepts a `CompleteMultipartMode`, but this is currently only exposed to implement `copy_if_not_exists` and not for normal multipart object uploads -- 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]
