diff options
Diffstat (limited to 'src/rgw/rgw_auth_s3.cc')
-rw-r--r-- | src/rgw/rgw_auth_s3.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_auth_s3.cc b/src/rgw/rgw_auth_s3.cc index 896a6025d50..36906c16868 100644 --- a/src/rgw/rgw_auth_s3.cc +++ b/src/rgw/rgw_auth_s3.cc @@ -823,7 +823,6 @@ size_t AWSv4Completer::recv_body(char* const buf, const size_t max) void AWSv4Completer::modify_request_state(req_state* const s_rw) { /* TODO(rzarzynski): switch to the dedicated filter over RestfulClient. */ - s_rw->aws4_auth_needs_complete = aws4_auth_needs_complete; s_rw->aws4_auth_streaming_mode = aws4_auth_streaming_mode; s_rw->aws4_auth = std::unique_ptr<rgw_aws4_auth>(new rgw_aws4_auth); |