]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: distinguish parse_v4_credentials
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 19 Oct 2018 20:40:19 +0000 (16:40 -0400)
committerAshish Singh <assingh@redhat.com>
Thu, 10 Jan 2019 19:53:33 +0000 (01:23 +0530)
commitdd7d957a51fc0ac8b16e66f8baaba9339f2bda78
tree3f64e72ac0cb5b4798cd0cc189c27d29b51a3c38
parent9b49daf0c4b188d193e49abd9bc5bbe657d7a8f8
rgw: distinguish parse_v4_credentials

The caller and callees of this method are v4-specific, and their
names contain a v4 infix.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit aa8c686da10ce1211a706f3519757045dfe34bed)

Conflicts:
src/rgw/rgw_auth_s3.cc
src/rgw/rgw_auth_s3.h
src/rgw/rgw_rest_s3.cc
   - Included v4 infix in 'parse_credentials()' and removed
    "session_token" param from definition, declaration and call
    of 'parse_v4_credentials()'.
src/rgw/rgw_auth_s3.cc
src/rgw/rgw_auth_s3.h
src/rgw/rgw_rest_s3.cc