| 769 | } |
| 770 | |
| 771 | bool |
| 772 | initialize() |
| 773 | { |
| 774 | if (TS_SUCCESS != TSHttpTxnServerReqGet(_txnp, &_bufp, &_hdr_loc)) { |
| 775 | return false; |
| 776 | } |
| 777 | if (TS_SUCCESS != TSHttpHdrUrlGet(_bufp, _hdr_loc, &_url_loc)) { |
| 778 | return false; |
| 779 | } |
| 780 | |
| 781 | return true; |
| 782 | } |
| 783 | |
| 784 | TSHttpStatus authorizeAwsV2(S3Config *s3); |
| 785 | TSHttpStatus authorizeAwsV4(S3Config *s3); |
no test coverage detected