Skip to content

object_store: put_multipart_opts should allow setting PutMode #7108

Open
@apage43

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

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changeloghelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions