Disable Expect100Continue and how to sub-class S3 Requests #3356
-
I want to disable the Expect100Continue header and thought that it is as easy as creating a derived class of PutObjectRequest which already has an overridable property for this:
So far so good. This compiles and appears to do what I expect. However, the AmazonS3ControlEndpointResolver uses the name of the request class to implement some request specific behavior causing requests to fail which use an unknown type. So, two questions: Is there an official way to create sub-classes of Request classes? Except of the above example I was hoping that I can use this to pass data from and to an AfterResponseEvent. My S3Client is shared by many threads and this would make life much easier.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@DetlefGolze We have converted this discussion into a new issue #3375 which would be investigated by team. |
Beta Was this translation helpful? Give feedback.
@DetlefGolze We have converted this discussion into a new issue #3375 which would be investigated by team.