Open
Description
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
Additional context
Support for this is already partially in place, S3Client's complete_multipart
accepts a CompleteMultipartMode
, but this is currently only used to implement copy_if_not_exists
and not for normal multipart object uploads