]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: Searching for error codes and dumping output based on protocol flags. 10690/head
authorPritha Srivastava <prsrivas@redhat.com>
Tue, 6 Dec 2016 09:18:20 +0000 (14:48 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Tue, 16 May 2017 05:33:48 +0000 (11:03 +0530)
commitda4c026f4a3f3812612856fcf06e14f12b20824c
treec953134212318ffe76ca86c4e2aee491f2fbbcb4
parentb640ded886b7ac1996f9adbe150a6f5af48d67fc
rgw: Searching for error codes and dumping output based on protocol flags.

The previous commit uses dynamic allocation to search for s3/ swift specific
error codes and dump the results. In order to avoid dynamic allocation,
we are making use of protocol flags to achieve the above.

Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
19 files changed:
src/rgw/librgw.cc
src/rgw/rgw_common.cc
src/rgw/rgw_common.h
src/rgw/rgw_log.cc
src/rgw/rgw_log.h
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_process.cc
src/rgw/rgw_rest.cc
src/rgw/rgw_rest.h
src/rgw/rgw_rest_config.cc
src/rgw/rgw_rest_log.cc
src/rgw/rgw_rest_metadata.cc
src/rgw/rgw_rest_opstate.cc
src/rgw/rgw_rest_realm.cc
src/rgw/rgw_rest_replica_log.cc
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_swift.cc
src/rgw/rgw_swift_auth.cc