Skip to content

Make DeleteObjectsRequest checksum optional #3879

Description

@phoebusm

Describe the feature

Hi I have noticed that DeleteObjectsRequest has specifically required checksum, while many counterparts, e.g. DeleteObjectRequest do not.

inline bool RequestChecksumRequired() const override { return true; };

I understand AWS S3 requires the checksum. So would you please add an simple class variable so I can override it at runtime?

Use Case

Some S3 implementations doesn't support the checksum exists in the header

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    response-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 10 days.wontfixWe have determined that we will not resolve the issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions