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
Describe the feature
Hi I have noticed that
DeleteObjectsRequesthas specifically required checksum, while many counterparts, e.g.DeleteObjectRequestdo not.aws-sdk-cpp/generated/src/aws-cpp-sdk-s3/include/aws/s3/model/DeleteObjectsRequest.h
Line 45 in 4470ac1
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