From 19f8a438ee2126ccb6471eeb1adfb8857d4c6264 Mon Sep 17 00:00:00 2001 From: Chase Coalwell Date: Fri, 14 Feb 2020 14:22:46 -0800 Subject: [PATCH] feat: remove suite script (#927) --- packages/signature-v4/.gitignore | 1 - packages/signature-v4/package.json | 2 +- .../signature-v4/scripts/buildSuiteFixture.js | 56 --- packages/signature-v4/src/suite.fixture.ts | 436 ++++++++++++++++++ packages/signature-v4/suite/LICENSE | 202 -------- packages/signature-v4/suite/NOTICE | 2 - .../get-header-key-duplicate.authz | 1 - .../get-header-key-duplicate.creq | 9 - .../get-header-key-duplicate.req | 6 - .../get-header-key-duplicate.sreq | 7 - .../get-header-key-duplicate.sts | 4 - .../get-header-value-multiline.authz | 1 - .../get-header-value-multiline.creq | 9 - .../get-header-value-multiline.req | 6 - .../get-header-value-multiline.sreq | 7 - .../get-header-value-multiline.sts | 4 - .../get-header-value-order.authz | 1 - .../get-header-value-order.creq | 9 - .../get-header-value-order.req | 7 - .../get-header-value-order.sreq | 8 - .../get-header-value-order.sts | 4 - .../get-header-value-trim.authz | 1 - .../get-header-value-trim.creq | 10 - .../get-header-value-trim.req | 5 - .../get-header-value-trim.sreq | 6 - .../get-header-value-trim.sts | 4 - .../suite/get-unreserved/get-unreserved.authz | 1 - .../suite/get-unreserved/get-unreserved.creq | 8 - .../suite/get-unreserved/get-unreserved.req | 3 - .../suite/get-unreserved/get-unreserved.sreq | 4 - .../suite/get-unreserved/get-unreserved.sts | 4 - .../suite/get-utf8/get-utf8.authz | 1 - .../signature-v4/suite/get-utf8/get-utf8.creq | 8 - .../signature-v4/suite/get-utf8/get-utf8.req | 3 - .../signature-v4/suite/get-utf8/get-utf8.sreq | 4 - .../signature-v4/suite/get-utf8/get-utf8.sts | 4 - .../get-vanilla-empty-query-key.authz | 1 - .../get-vanilla-empty-query-key.creq | 8 - .../get-vanilla-empty-query-key.req | 3 - .../get-vanilla-empty-query-key.sreq | 4 - .../get-vanilla-empty-query-key.sts | 4 - .../get-vanilla-query-order-key-case.authz | 1 - .../get-vanilla-query-order-key-case.creq | 8 - .../get-vanilla-query-order-key-case.req | 3 - .../get-vanilla-query-order-key-case.sreq | 4 - .../get-vanilla-query-order-key-case.sts | 4 - .../get-vanilla-query-unreserved.authz | 1 - .../get-vanilla-query-unreserved.creq | 8 - .../get-vanilla-query-unreserved.req | 3 - .../get-vanilla-query-unreserved.sreq | 4 - .../get-vanilla-query-unreserved.sts | 4 - .../get-vanilla-query/get-vanilla-query.authz | 1 - .../get-vanilla-query/get-vanilla-query.creq | 8 - .../get-vanilla-query/get-vanilla-query.req | 3 - .../get-vanilla-query/get-vanilla-query.sreq | 4 - .../get-vanilla-query/get-vanilla-query.sts | 4 - .../get-vanilla-utf8-query.authz | 1 - .../get-vanilla-utf8-query.creq | 8 - .../get-vanilla-utf8-query.req | 3 - .../get-vanilla-utf8-query.sreq | 4 - .../get-vanilla-utf8-query.sts | 4 - .../suite/get-vanilla/get-vanilla.authz | 1 - .../suite/get-vanilla/get-vanilla.creq | 8 - .../suite/get-vanilla/get-vanilla.req | 3 - .../suite/get-vanilla/get-vanilla.sreq | 4 - .../suite/get-vanilla/get-vanilla.sts | 4 - .../get-relative-relative.authz | 1 - .../get-relative-relative.creq | 8 - .../get-relative-relative.req | 3 - .../get-relative-relative.sreq | 4 - .../get-relative-relative.sts | 4 - .../get-relative/get-relative.authz | 1 - .../get-relative/get-relative.creq | 8 - .../get-relative/get-relative.req | 3 - .../get-relative/get-relative.sreq | 4 - .../get-relative/get-relative.sts | 4 - .../get-slash-dot-slash.authz | 1 - .../get-slash-dot-slash.creq | 8 - .../get-slash-dot-slash.req | 3 - .../get-slash-dot-slash.sreq | 4 - .../get-slash-dot-slash.sts | 4 - .../get-slash-pointless-dot.authz | 1 - .../get-slash-pointless-dot.creq | 8 - .../get-slash-pointless-dot.req | 3 - .../get-slash-pointless-dot.sreq | 4 - .../get-slash-pointless-dot.sts | 4 - .../normalize-path/get-slash/get-slash.authz | 1 - .../normalize-path/get-slash/get-slash.creq | 8 - .../normalize-path/get-slash/get-slash.req | 3 - .../normalize-path/get-slash/get-slash.sreq | 4 - .../normalize-path/get-slash/get-slash.sts | 4 - .../get-slashes/get-slashes.authz | 1 - .../get-slashes/get-slashes.creq | 8 - .../get-slashes/get-slashes.req | 3 - .../get-slashes/get-slashes.sreq | 4 - .../get-slashes/get-slashes.sts | 4 - .../normalize-path/get-space/get-space.authz | 1 - .../normalize-path/get-space/get-space.creq | 8 - .../normalize-path/get-space/get-space.req | 3 - .../normalize-path/get-space/get-space.sreq | 4 - .../normalize-path/get-space/get-space.sts | 4 - .../suite/normalize-path/normalize-path.txt | 3 - .../post-header-key-case.authz | 1 - .../post-header-key-case.creq | 8 - .../post-header-key-case.req | 3 - .../post-header-key-case.sreq | 4 - .../post-header-key-case.sts | 4 - .../post-header-key-sort.authz | 1 - .../post-header-key-sort.creq | 9 - .../post-header-key-sort.req | 4 - .../post-header-key-sort.sreq | 5 - .../post-header-key-sort.sts | 4 - .../post-header-value-case.authz | 1 - .../post-header-value-case.creq | 9 - .../post-header-value-case.req | 4 - .../post-header-value-case.sreq | 5 - .../post-header-value-case.sts | 4 - .../post-sts-header-after.authz | 1 - .../post-sts-header-after.creq | 8 - .../post-sts-header-after.req | 3 - .../post-sts-header-after.sreq | 5 - .../post-sts-header-after.sts | 4 - .../post-sts-header-before.authz | 1 - .../post-sts-header-before.creq | 9 - .../post-sts-header-before.req | 4 - .../post-sts-header-before.sreq | 5 - .../post-sts-header-before.sts | 4 - .../suite/post-sts-token/readme.txt | 15 - .../post-vanilla-empty-query-value.authz | 1 - .../post-vanilla-empty-query-value.creq | 8 - .../post-vanilla-empty-query-value.req | 3 - .../post-vanilla-empty-query-value.sreq | 4 - .../post-vanilla-empty-query-value.sts | 4 - .../post-vanilla-query-nonunreserved.authz | 1 - .../post-vanilla-query-nonunreserved.creq | 8 - .../post-vanilla-query-nonunreserved.req | 3 - .../post-vanilla-query-nonunreserved.sreq | 4 - .../post-vanilla-query-nonunreserved.sts | 4 - .../post-vanilla-query-space.authz | 1 - .../post-vanilla-query-space.creq | 8 - .../post-vanilla-query-space.req | 3 - .../post-vanilla-query-space.sreq | 4 - .../post-vanilla-query-space.sts | 4 - .../post-vanilla-query.authz | 1 - .../post-vanilla-query.creq | 8 - .../post-vanilla-query/post-vanilla-query.req | 3 - .../post-vanilla-query.sreq | 4 - .../post-vanilla-query/post-vanilla-query.sts | 4 - .../suite/post-vanilla/post-vanilla.authz | 1 - .../suite/post-vanilla/post-vanilla.creq | 8 - .../suite/post-vanilla/post-vanilla.req | 3 - .../suite/post-vanilla/post-vanilla.sreq | 4 - .../suite/post-vanilla/post-vanilla.sts | 4 - ...ost-x-www-form-urlencoded-parameters.authz | 1 - ...post-x-www-form-urlencoded-parameters.creq | 9 - .../post-x-www-form-urlencoded-parameters.req | 6 - ...post-x-www-form-urlencoded-parameters.sreq | 7 - .../post-x-www-form-urlencoded-parameters.sts | 4 - .../post-x-www-form-urlencoded.authz | 1 - .../post-x-www-form-urlencoded.creq | 9 - .../post-x-www-form-urlencoded.req | 6 - .../post-x-www-form-urlencoded.sreq | 7 - .../post-x-www-form-urlencoded.sts | 4 - 163 files changed, 437 insertions(+), 953 deletions(-) delete mode 100644 packages/signature-v4/scripts/buildSuiteFixture.js create mode 100644 packages/signature-v4/src/suite.fixture.ts delete mode 100755 packages/signature-v4/suite/LICENSE delete mode 100755 packages/signature-v4/suite/NOTICE delete mode 100755 packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.authz delete mode 100755 packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.creq delete mode 100755 packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.req delete mode 100755 packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sreq delete mode 100755 packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sts delete mode 100755 packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.authz delete mode 100755 packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.creq delete mode 100755 packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.req delete mode 100755 packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sreq delete mode 100755 packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sts delete mode 100755 packages/signature-v4/suite/get-header-value-order/get-header-value-order.authz delete mode 100755 packages/signature-v4/suite/get-header-value-order/get-header-value-order.creq delete mode 100755 packages/signature-v4/suite/get-header-value-order/get-header-value-order.req delete mode 100755 packages/signature-v4/suite/get-header-value-order/get-header-value-order.sreq delete mode 100755 packages/signature-v4/suite/get-header-value-order/get-header-value-order.sts delete mode 100755 packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.authz delete mode 100755 packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.creq delete mode 100755 packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.req delete mode 100755 packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sreq delete mode 100755 packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sts delete mode 100755 packages/signature-v4/suite/get-unreserved/get-unreserved.authz delete mode 100755 packages/signature-v4/suite/get-unreserved/get-unreserved.creq delete mode 100755 packages/signature-v4/suite/get-unreserved/get-unreserved.req delete mode 100755 packages/signature-v4/suite/get-unreserved/get-unreserved.sreq delete mode 100755 packages/signature-v4/suite/get-unreserved/get-unreserved.sts delete mode 100755 packages/signature-v4/suite/get-utf8/get-utf8.authz delete mode 100755 packages/signature-v4/suite/get-utf8/get-utf8.creq delete mode 100755 packages/signature-v4/suite/get-utf8/get-utf8.req delete mode 100755 packages/signature-v4/suite/get-utf8/get-utf8.sreq delete mode 100755 packages/signature-v4/suite/get-utf8/get-utf8.sts delete mode 100755 packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.authz delete mode 100755 packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.creq delete mode 100755 packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.req delete mode 100755 packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sreq delete mode 100755 packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sts delete mode 100755 packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.authz delete mode 100755 packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.creq delete mode 100755 packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.req delete mode 100755 packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sreq delete mode 100755 packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sts delete mode 100755 packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.authz delete mode 100755 packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.creq delete mode 100755 packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.req delete mode 100755 packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sreq delete mode 100755 packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sts delete mode 100755 packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.authz delete mode 100755 packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.creq delete mode 100755 packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.req delete mode 100755 packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sreq delete mode 100755 packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sts delete mode 100755 packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.authz delete mode 100755 packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.creq delete mode 100755 packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.req delete mode 100755 packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sreq delete mode 100755 packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sts delete mode 100755 packages/signature-v4/suite/get-vanilla/get-vanilla.authz delete mode 100755 packages/signature-v4/suite/get-vanilla/get-vanilla.creq delete mode 100755 packages/signature-v4/suite/get-vanilla/get-vanilla.req delete mode 100755 packages/signature-v4/suite/get-vanilla/get-vanilla.sreq delete mode 100755 packages/signature-v4/suite/get-vanilla/get-vanilla.sts delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.authz delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.creq delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.req delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sreq delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sts delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative/get-relative.authz delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative/get-relative.creq delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative/get-relative.req delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative/get-relative.sreq delete mode 100755 packages/signature-v4/suite/normalize-path/get-relative/get-relative.sts delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.authz delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.creq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.req delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sreq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sts delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.authz delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.creq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.req delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sreq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sts delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash/get-slash.authz delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash/get-slash.creq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash/get-slash.req delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash/get-slash.sreq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slash/get-slash.sts delete mode 100755 packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.authz delete mode 100755 packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.creq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.req delete mode 100755 packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sreq delete mode 100755 packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sts delete mode 100755 packages/signature-v4/suite/normalize-path/get-space/get-space.authz delete mode 100755 packages/signature-v4/suite/normalize-path/get-space/get-space.creq delete mode 100755 packages/signature-v4/suite/normalize-path/get-space/get-space.req delete mode 100755 packages/signature-v4/suite/normalize-path/get-space/get-space.sreq delete mode 100755 packages/signature-v4/suite/normalize-path/get-space/get-space.sts delete mode 100755 packages/signature-v4/suite/normalize-path/normalize-path.txt delete mode 100755 packages/signature-v4/suite/post-header-key-case/post-header-key-case.authz delete mode 100755 packages/signature-v4/suite/post-header-key-case/post-header-key-case.creq delete mode 100755 packages/signature-v4/suite/post-header-key-case/post-header-key-case.req delete mode 100755 packages/signature-v4/suite/post-header-key-case/post-header-key-case.sreq delete mode 100755 packages/signature-v4/suite/post-header-key-case/post-header-key-case.sts delete mode 100755 packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.authz delete mode 100755 packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.creq delete mode 100755 packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.req delete mode 100755 packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sreq delete mode 100755 packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sts delete mode 100755 packages/signature-v4/suite/post-header-value-case/post-header-value-case.authz delete mode 100755 packages/signature-v4/suite/post-header-value-case/post-header-value-case.creq delete mode 100755 packages/signature-v4/suite/post-header-value-case/post-header-value-case.req delete mode 100755 packages/signature-v4/suite/post-header-value-case/post-header-value-case.sreq delete mode 100755 packages/signature-v4/suite/post-header-value-case/post-header-value-case.sts delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.authz delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.creq delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.req delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sreq delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sts delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.authz delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.creq delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.req delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sreq delete mode 100755 packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sts delete mode 100755 packages/signature-v4/suite/post-sts-token/readme.txt delete mode 100755 packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.authz delete mode 100755 packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.creq delete mode 100755 packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.req delete mode 100755 packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sreq delete mode 100755 packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sts delete mode 100755 packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.authz delete mode 100755 packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.creq delete mode 100755 packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.req delete mode 100755 packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sreq delete mode 100755 packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sts delete mode 100755 packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.authz delete mode 100755 packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.creq delete mode 100755 packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.req delete mode 100755 packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sreq delete mode 100755 packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sts delete mode 100755 packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.authz delete mode 100755 packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.creq delete mode 100755 packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.req delete mode 100755 packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sreq delete mode 100755 packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sts delete mode 100755 packages/signature-v4/suite/post-vanilla/post-vanilla.authz delete mode 100755 packages/signature-v4/suite/post-vanilla/post-vanilla.creq delete mode 100755 packages/signature-v4/suite/post-vanilla/post-vanilla.req delete mode 100755 packages/signature-v4/suite/post-vanilla/post-vanilla.sreq delete mode 100755 packages/signature-v4/suite/post-vanilla/post-vanilla.sts delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.authz delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.creq delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sreq delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sts delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.authz delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.creq delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.req delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sreq delete mode 100755 packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sts diff --git a/packages/signature-v4/.gitignore b/packages/signature-v4/.gitignore index c7e189d4899..eef4d6f526c 100644 --- a/packages/signature-v4/.gitignore +++ b/packages/signature-v4/.gitignore @@ -8,4 +8,3 @@ *.tgz *.log package-lock.json -/src/suite.fixture.ts diff --git a/packages/signature-v4/package.json b/packages/signature-v4/package.json index 4a660159a93..5a55df619d4 100644 --- a/packages/signature-v4/package.json +++ b/packages/signature-v4/package.json @@ -7,7 +7,7 @@ "scripts": { "build:cjs": "tsc -p tsconfig.json", "build:es": "tsc -p tsconfig.es.json", - "build": "node scripts/buildSuiteFixture.js && yarn build:es && yarn build:cjs", + "build": "yarn build:es && yarn build:cjs", "prepublishOnly": "yarn build", "pretest": "yarn build", "test": "jest --coverage" diff --git a/packages/signature-v4/scripts/buildSuiteFixture.js b/packages/signature-v4/scripts/buildSuiteFixture.js deleted file mode 100644 index 63137ca3997..00000000000 --- a/packages/signature-v4/scripts/buildSuiteFixture.js +++ /dev/null @@ -1,56 +0,0 @@ -const { parseRequest } = require("@aws-sdk/http-serialization"); -const { readdirSync, readFileSync, statSync, writeFileSync } = require("fs"); -const { dirname, join } = require("path"); - -const packageRoot = dirname(__dirname); -const suiteRoot = join(packageRoot, "suite"); - -const testCases = []; - -for (const [testDir, name] of getTestDirectories()) { - testCases.push({ - name, - request: Object.assign( - { protocol: "https:" }, - parseRequest(readFileSync(join(testDir, `${name}.req`), "utf8")) - ), - authorization: readFileSync(join(testDir, `${name}.authz`), "utf8") - }); -} - -writeFileSync( - join(packageRoot, "src", "suite.fixture.ts"), - ` -import {HttpRequest} from '@aws-sdk/types'; - -export interface TestCase { - name: string; - request: HttpRequest; - authorization: string; -} - -export const region = 'us-east-1'; -export const service = 'service'; -export const credentials = { - accessKeyId: 'AKIDEXAMPLE', - secretAccessKey: 'wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY' -}; - -export const signingDate = new Date('2015-08-30T12:36:00Z'); - -export const requests: Array = ${JSON.stringify(testCases, null, 4)}; - `.trim() -); - -function* getTestDirectories() { - for (const basename of readdirSync(suiteRoot)) { - const dir = join(suiteRoot, basename); - if (!statSync(dir).isDirectory()) continue; - - for (const entry of readdirSync(dir)) { - if (entry.match(/\.req$/)) { - yield [dir, entry.replace(/\.req$/, "")]; - } - } - } -} diff --git a/packages/signature-v4/src/suite.fixture.ts b/packages/signature-v4/src/suite.fixture.ts new file mode 100644 index 00000000000..03e3260fd6d --- /dev/null +++ b/packages/signature-v4/src/suite.fixture.ts @@ -0,0 +1,436 @@ +import { HttpRequest } from "@aws-sdk/types"; + +export interface TestCase { + name: string; + request: HttpRequest; + authorization: string; +} + +export const region = "us-east-1"; +export const service = "service"; +export const credentials = { + accessKeyId: "AKIDEXAMPLE", + secretAccessKey: "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY" +}; + +export const signingDate = new Date("2015-08-30T12:36:00Z"); + +export const requests: Array = [ + { + name: "get-header-key-duplicate", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value2,value2,value1", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea" + }, + { + name: "get-header-value-multiline", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1,value2,value3", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790" + }, + { + name: "get-header-value-order", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value4,value1,value3,value2", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01" + }, + { + name: "get-header-value-trim", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1", + "my-header2": '"a b c"', + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736" + }, + { + name: "get-unreserved", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: + "/-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f" + }, + { + name: "get-utf8", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/ሴ" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85" + }, + { + name: "get-vanilla", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31" + }, + { + name: "get-vanilla-empty-query-key", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + Param1: "value1" + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb" + }, + { + name: "get-vanilla-query", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31" + }, + { + name: "get-vanilla-query-order-key-case", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + Param2: "value2", + Param1: "value1" + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500" + }, + { + name: "get-vanilla-query-unreserved", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + "-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz": + "-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197" + }, + { + name: "get-vanilla-utf8-query", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + ሴ: "bar" + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04" + }, + { + name: "post-header-key-case", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b" + }, + { + name: "post-header-key-sort", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c" + }, + { + name: "post-header-value-case", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "VALUE1", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d" + }, + { + name: "post-sts-header-after", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b" + }, + { + name: "post-sts-header-before", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + "x-amz-security-token": + "AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA==" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date;x-amz-security-token, Signature=85d96828115b5dc0cfc3bd16ad9e210dd772bbebba041836c64533a82be05ead" + }, + { + name: "post-vanilla", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b" + }, + { + name: "post-vanilla-empty-query-value", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + Param1: "value1" + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11" + }, + { + name: "post-vanilla-query", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + Param1: "value1" + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11" + }, + { + name: "post-vanilla-query-nonunreserved", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + "@#$%^": "", + "+": '/,?><`";:\\|][{}' + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=66c82657c86e26fb25238d0e69f011edc4c6df5ae71119d7cb98ed9b87393c1e" + }, + { + name: "post-vanilla-query-space", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + p: "" + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=e71688addb58a26418614085fb730ba3faa623b461c17f48f2fbdb9361b94a9b" + }, + { + name: "post-x-www-form-urlencoded", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + "content-type": "application/x-www-form-urlencoded", + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + body: "Param1=value1", + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=ff11897932ad3f4e8b18135d722051e5ac45fc38421b1da7b9d196a0fe09473a" + }, + { + name: "post-x-www-form-urlencoded-parameters", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + "content-type": "application/x-www-form-urlencoded; charset=utf8", + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z" + }, + body: "Param1=value1", + path: "/" + }, + authorization: + "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=1a72ec8f64bd914b0e42e42607c7fbce7fb2c7465f63e3092b3b0d39fa77a6fe" + } +]; diff --git a/packages/signature-v4/suite/LICENSE b/packages/signature-v4/suite/LICENSE deleted file mode 100755 index d6456956733..00000000000 --- a/packages/signature-v4/suite/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/packages/signature-v4/suite/NOTICE b/packages/signature-v4/suite/NOTICE deleted file mode 100755 index 80fbd430f76..00000000000 --- a/packages/signature-v4/suite/NOTICE +++ /dev/null @@ -1,2 +0,0 @@ -AWS Signature Version 4 Test Suite -Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. diff --git a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.authz b/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.authz deleted file mode 100755 index ade3ec7537b..00000000000 --- a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.creq b/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.creq deleted file mode 100755 index fa8f49a1cfe..00000000000 --- a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.creq +++ /dev/null @@ -1,9 +0,0 @@ -GET -/ - -host:example.amazonaws.com -my-header1:value2,value2,value1 -x-amz-date:20150830T123600Z - -host;my-header1;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.req b/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.req deleted file mode 100755 index 08a0364c82f..00000000000 --- a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.req +++ /dev/null @@ -1,6 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value2 -My-Header1:value2 -My-Header1:value1 -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sreq b/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sreq deleted file mode 100755 index f0166e18c2c..00000000000 --- a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sreq +++ /dev/null @@ -1,7 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value2 -My-Header1:value2 -My-Header1:value1 -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sts b/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sts deleted file mode 100755 index 48a135ecedb..00000000000 --- a/packages/signature-v4/suite/get-header-key-duplicate/get-header-key-duplicate.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -dc7f04a3abfde8d472b0ab1a418b741b7c67174dad1551b4117b15527fbe966c \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.authz b/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.authz deleted file mode 100755 index e2717bf68ce..00000000000 --- a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.creq b/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.creq deleted file mode 100755 index 721a39ff882..00000000000 --- a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.creq +++ /dev/null @@ -1,9 +0,0 @@ -GET -/ - -host:example.amazonaws.com -my-header1:value1,value2,value3 -x-amz-date:20150830T123600Z - -host;my-header1;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.req b/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.req deleted file mode 100755 index 7caa6acc235..00000000000 --- a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.req +++ /dev/null @@ -1,6 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value1 - value2 - value3 -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sreq b/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sreq deleted file mode 100755 index 56955d9a0c2..00000000000 --- a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sreq +++ /dev/null @@ -1,7 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value1 - value2 - value3 -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sts b/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sts deleted file mode 100755 index 0a3350ab5fe..00000000000 --- a/packages/signature-v4/suite/get-header-value-multiline/get-header-value-multiline.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -b7b6cbfd8a0430b78891e986784da2630c8a135a8595cec25b26ea94f926ee55 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.authz b/packages/signature-v4/suite/get-header-value-order/get-header-value-order.authz deleted file mode 100755 index c0409ab2a3d..00000000000 --- a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.creq b/packages/signature-v4/suite/get-header-value-order/get-header-value-order.creq deleted file mode 100755 index e336bc94b90..00000000000 --- a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.creq +++ /dev/null @@ -1,9 +0,0 @@ -GET -/ - -host:example.amazonaws.com -my-header1:value4,value1,value3,value2 -x-amz-date:20150830T123600Z - -host;my-header1;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.req b/packages/signature-v4/suite/get-header-value-order/get-header-value-order.req deleted file mode 100755 index f7bd9e6685f..00000000000 --- a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.req +++ /dev/null @@ -1,7 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value4 -My-Header1:value1 -My-Header1:value3 -My-Header1:value2 -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.sreq b/packages/signature-v4/suite/get-header-value-order/get-header-value-order.sreq deleted file mode 100755 index 79e16a95370..00000000000 --- a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.sreq +++ /dev/null @@ -1,8 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value4 -My-Header1:value1 -My-Header1:value3 -My-Header1:value2 -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.sts b/packages/signature-v4/suite/get-header-value-order/get-header-value-order.sts deleted file mode 100755 index 711a8d4d69f..00000000000 --- a/packages/signature-v4/suite/get-header-value-order/get-header-value-order.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -31ce73cd3f3d9f66977ad3dd957dc47af14df92fcd8509f59b349e9137c58b86 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.authz b/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.authz deleted file mode 100755 index 4874ac0b1f4..00000000000 --- a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.creq b/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.creq deleted file mode 100755 index a59087c9a4e..00000000000 --- a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.creq +++ /dev/null @@ -1,10 +0,0 @@ -GET -/ - -host:example.amazonaws.com -my-header1:value1 -my-header2:"a b c" -x-amz-date:20150830T123600Z - -host;my-header1;my-header2;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.req b/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.req deleted file mode 100755 index 901f36c3593..00000000000 --- a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.req +++ /dev/null @@ -1,5 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1: value1 -My-Header2: "a b c" -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sreq b/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sreq deleted file mode 100755 index 98224c9bde6..00000000000 --- a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sreq +++ /dev/null @@ -1,6 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -My-Header1: value1 -My-Header2: "a b c" -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sts b/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sts deleted file mode 100755 index a0b15cc7043..00000000000 --- a/packages/signature-v4/suite/get-header-value-trim/get-header-value-trim.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -a726db9b0df21c14f559d0a978e563112acb1b9e05476f0a6a1c7d68f28605c7 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-unreserved/get-unreserved.authz b/packages/signature-v4/suite/get-unreserved/get-unreserved.authz deleted file mode 100755 index 2943ec89d20..00000000000 --- a/packages/signature-v4/suite/get-unreserved/get-unreserved.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f \ No newline at end of file diff --git a/packages/signature-v4/suite/get-unreserved/get-unreserved.creq b/packages/signature-v4/suite/get-unreserved/get-unreserved.creq deleted file mode 100755 index 8af54df27ec..00000000000 --- a/packages/signature-v4/suite/get-unreserved/get-unreserved.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-unreserved/get-unreserved.req b/packages/signature-v4/suite/get-unreserved/get-unreserved.req deleted file mode 100755 index da760cdb328..00000000000 --- a/packages/signature-v4/suite/get-unreserved/get-unreserved.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-unreserved/get-unreserved.sreq b/packages/signature-v4/suite/get-unreserved/get-unreserved.sreq deleted file mode 100755 index 8001b3d6b51..00000000000 --- a/packages/signature-v4/suite/get-unreserved/get-unreserved.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f \ No newline at end of file diff --git a/packages/signature-v4/suite/get-unreserved/get-unreserved.sts b/packages/signature-v4/suite/get-unreserved/get-unreserved.sts deleted file mode 100755 index e9dc541460a..00000000000 --- a/packages/signature-v4/suite/get-unreserved/get-unreserved.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -6a968768eefaa713e2a6b16b589a8ea192661f098f37349f4e2c0082757446f9 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-utf8/get-utf8.authz b/packages/signature-v4/suite/get-utf8/get-utf8.authz deleted file mode 100755 index 738b3fbd863..00000000000 --- a/packages/signature-v4/suite/get-utf8/get-utf8.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-utf8/get-utf8.creq b/packages/signature-v4/suite/get-utf8/get-utf8.creq deleted file mode 100755 index 5d4b9f619d5..00000000000 --- a/packages/signature-v4/suite/get-utf8/get-utf8.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/%E1%88%B4 - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-utf8/get-utf8.req b/packages/signature-v4/suite/get-utf8/get-utf8.req deleted file mode 100755 index da4808d0bcd..00000000000 --- a/packages/signature-v4/suite/get-utf8/get-utf8.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /ሴ HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-utf8/get-utf8.sreq b/packages/signature-v4/suite/get-utf8/get-utf8.sreq deleted file mode 100755 index 94eadb6d2bc..00000000000 --- a/packages/signature-v4/suite/get-utf8/get-utf8.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /ሴ HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-utf8/get-utf8.sts b/packages/signature-v4/suite/get-utf8/get-utf8.sts deleted file mode 100755 index 5edc8f456bc..00000000000 --- a/packages/signature-v4/suite/get-utf8/get-utf8.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -2a0a97d02205e45ce2e994789806b19270cfbbb0921b278ccf58f5249ac42102 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.authz b/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.authz deleted file mode 100755 index 65b5c7ce4e4..00000000000 --- a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.creq b/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.creq deleted file mode 100755 index c6cdceda17d..00000000000 --- a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ -Param1=value1 -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.req b/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.req deleted file mode 100755 index 970d0a050ea..00000000000 --- a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /?Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sreq b/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sreq deleted file mode 100755 index f0815913fbb..00000000000 --- a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /?Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sts b/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sts deleted file mode 100755 index c4ed216c13c..00000000000 --- a/packages/signature-v4/suite/get-vanilla-empty-query-key/get-vanilla-empty-query-key.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -1e24db194ed7d0eec2de28d7369675a243488e08526e8c1c73571282f7c517ab \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.authz b/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.authz deleted file mode 100755 index c781fe665e6..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.creq b/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.creq deleted file mode 100755 index 8ae02cd6001..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ -Param1=value1&Param2=value2 -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.req b/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.req deleted file mode 100755 index 8a56f15f747..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /?Param2=value2&Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sreq b/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sreq deleted file mode 100755 index aa3162d8e93..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /?Param2=value2&Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sts b/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sts deleted file mode 100755 index f773de5947c..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-order-key-case/get-vanilla-query-order-key-case.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -816cd5b414d056048ba4f7c5386d6e0533120fb1fcfa93762cf0fc39e2cf19e0 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.authz b/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.authz deleted file mode 100755 index a44ca5be80c..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.creq b/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.creq deleted file mode 100755 index 5249be3bf83..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ --._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.req b/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.req deleted file mode 100755 index d2833b32f99..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /?-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sreq b/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sreq deleted file mode 100755 index ba1ef402353..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /?-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sts b/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sts deleted file mode 100755 index 24a97d209b9..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query-unreserved/get-vanilla-query-unreserved.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -c30d4703d9f799439be92736156d47ccfb2d879ddf56f5befa6d1d6aab979177 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.authz b/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.authz deleted file mode 100755 index 551c0271d4a..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.creq b/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.creq deleted file mode 100755 index ed91561f4a6..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.req b/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.req deleted file mode 100755 index 0f7a9bfae36..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.req +++ /dev/null @@ -1,3 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sreq b/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sreq deleted file mode 100755 index d739b01fd15..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sts b/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sts deleted file mode 100755 index b187649cb31..00000000000 --- a/packages/signature-v4/suite/get-vanilla-query/get-vanilla-query.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.authz b/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.authz deleted file mode 100755 index e016c3da090..00000000000 --- a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.creq b/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.creq deleted file mode 100755 index a835c9e491b..00000000000 --- a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ -%E1%88%B4=bar -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.req b/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.req deleted file mode 100755 index cc2757e167d..00000000000 --- a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /?ሴ=bar HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sreq b/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sreq deleted file mode 100755 index 7baf4c82f3d..00000000000 --- a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /?ሴ=bar HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sts b/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sts deleted file mode 100755 index 51ee71b749e..00000000000 --- a/packages/signature-v4/suite/get-vanilla-utf8-query/get-vanilla-utf8-query.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -eb30c5bed55734080471a834cc727ae56beb50e5f39d1bff6d0d38cb192a7073 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla/get-vanilla.authz b/packages/signature-v4/suite/get-vanilla/get-vanilla.authz deleted file mode 100755 index 551c0271d4a..00000000000 --- a/packages/signature-v4/suite/get-vanilla/get-vanilla.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla/get-vanilla.creq b/packages/signature-v4/suite/get-vanilla/get-vanilla.creq deleted file mode 100755 index ed91561f4a6..00000000000 --- a/packages/signature-v4/suite/get-vanilla/get-vanilla.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla/get-vanilla.req b/packages/signature-v4/suite/get-vanilla/get-vanilla.req deleted file mode 100755 index 0f7a9bfae36..00000000000 --- a/packages/signature-v4/suite/get-vanilla/get-vanilla.req +++ /dev/null @@ -1,3 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla/get-vanilla.sreq b/packages/signature-v4/suite/get-vanilla/get-vanilla.sreq deleted file mode 100755 index d739b01fd15..00000000000 --- a/packages/signature-v4/suite/get-vanilla/get-vanilla.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/get-vanilla/get-vanilla.sts b/packages/signature-v4/suite/get-vanilla/get-vanilla.sts deleted file mode 100755 index b187649cb31..00000000000 --- a/packages/signature-v4/suite/get-vanilla/get-vanilla.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.authz b/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.authz deleted file mode 100755 index 551c0271d4a..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.creq b/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.creq deleted file mode 100755 index ed91561f4a6..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.req b/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.req deleted file mode 100755 index cfd4e8b74cc..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /example1/example2/../.. HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sreq b/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sreq deleted file mode 100755 index cbdebe2cca6..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /example1/example2/../.. HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sts b/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sts deleted file mode 100755 index b187649cb31..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative-relative/get-relative-relative.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.authz b/packages/signature-v4/suite/normalize-path/get-relative/get-relative.authz deleted file mode 100755 index 551c0271d4a..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.creq b/packages/signature-v4/suite/normalize-path/get-relative/get-relative.creq deleted file mode 100755 index ed91561f4a6..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.req b/packages/signature-v4/suite/normalize-path/get-relative/get-relative.req deleted file mode 100755 index 9d6d7ca20ac..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /example/.. HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.sreq b/packages/signature-v4/suite/normalize-path/get-relative/get-relative.sreq deleted file mode 100755 index 4f59e7d20cd..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /example/.. HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.sts b/packages/signature-v4/suite/normalize-path/get-relative/get-relative.sts deleted file mode 100755 index b187649cb31..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-relative/get-relative.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.authz b/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.authz deleted file mode 100755 index 551c0271d4a..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.creq b/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.creq deleted file mode 100755 index ed91561f4a6..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.req b/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.req deleted file mode 100755 index f3537b70959..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /./ HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sreq b/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sreq deleted file mode 100755 index 23a2b41ced9..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /./ HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sts b/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sts deleted file mode 100755 index b187649cb31..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-dot-slash/get-slash-dot-slash.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.authz b/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.authz deleted file mode 100755 index b76ca1e2d48..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=ef75d96142cf21edca26f06005da7988e4f8dc83a165a80865db7089db637ec5 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.creq b/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.creq deleted file mode 100755 index 915c57f2147..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/example - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.req b/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.req deleted file mode 100755 index 3c9107171a1..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /./example HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sreq b/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sreq deleted file mode 100755 index 80966096531..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /./example HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=ef75d96142cf21edca26f06005da7988e4f8dc83a165a80865db7089db637ec5 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sts b/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sts deleted file mode 100755 index 7429923e6b2..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash-pointless-dot/get-slash-pointless-dot.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -214d50c111a8edc4819da6a636336472c916b5240f51e9a51b5c3305180cf702 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.authz b/packages/signature-v4/suite/normalize-path/get-slash/get-slash.authz deleted file mode 100755 index 551c0271d4a..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.creq b/packages/signature-v4/suite/normalize-path/get-slash/get-slash.creq deleted file mode 100755 index ed91561f4a6..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.req b/packages/signature-v4/suite/normalize-path/get-slash/get-slash.req deleted file mode 100755 index ede8e3c8eab..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.req +++ /dev/null @@ -1,3 +0,0 @@ -GET // HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.sreq b/packages/signature-v4/suite/normalize-path/get-slash/get-slash.sreq deleted file mode 100755 index cde31b43815..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET // HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.sts b/packages/signature-v4/suite/normalize-path/get-slash/get-slash.sts deleted file mode 100755 index b187649cb31..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slash/get-slash.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -bb579772317eb040ac9ed261061d46c1f17a8133879d6129b6e1c25292927e63 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.authz b/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.authz deleted file mode 100755 index 307c1051d5f..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9a624bd73a37c9a373b5312afbebe7a714a789de108f0bdfe846570885f57e84 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.creq b/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.creq deleted file mode 100755 index 2bdaf7479ba..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/example/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.req b/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.req deleted file mode 100755 index a4307ce4258..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.req +++ /dev/null @@ -1,3 +0,0 @@ -GET //example// HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sreq b/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sreq deleted file mode 100755 index c84a80d56ae..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET //example// HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9a624bd73a37c9a373b5312afbebe7a714a789de108f0bdfe846570885f57e84 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sts b/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sts deleted file mode 100755 index 95d1fc25840..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-slashes/get-slashes.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -cb96b4ac96d501f7c5c15bc6d67b3035061cfced4af6585ad927f7e6c985c015 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-space/get-space.authz b/packages/signature-v4/suite/normalize-path/get-space/get-space.authz deleted file mode 100755 index 832d8a50d29..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-space/get-space.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=652487583200325589f1fba4c7e578f72c47cb61beeca81406b39ddec1366741 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-space/get-space.creq b/packages/signature-v4/suite/normalize-path/get-space/get-space.creq deleted file mode 100755 index 124a7096a13..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-space/get-space.creq +++ /dev/null @@ -1,8 +0,0 @@ -GET -/example%20space/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/get-space/get-space.req b/packages/signature-v4/suite/normalize-path/get-space/get-space.req deleted file mode 100755 index 7fb7fb06450..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-space/get-space.req +++ /dev/null @@ -1,3 +0,0 @@ -GET /example space/ HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z diff --git a/packages/signature-v4/suite/normalize-path/get-space/get-space.sreq b/packages/signature-v4/suite/normalize-path/get-space/get-space.sreq deleted file mode 100755 index d49ec57f8ac..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-space/get-space.sreq +++ /dev/null @@ -1,4 +0,0 @@ -GET /example space/ HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=652487583200325589f1fba4c7e578f72c47cb61beeca81406b39ddec1366741 diff --git a/packages/signature-v4/suite/normalize-path/get-space/get-space.sts b/packages/signature-v4/suite/normalize-path/get-space/get-space.sts deleted file mode 100755 index a633f0c052c..00000000000 --- a/packages/signature-v4/suite/normalize-path/get-space/get-space.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -63ee75631ed7234ae61b5f736dfc7754cdccfedbff4b5128a915706ee9390d86 \ No newline at end of file diff --git a/packages/signature-v4/suite/normalize-path/normalize-path.txt b/packages/signature-v4/suite/normalize-path/normalize-path.txt deleted file mode 100755 index caaf34fb5ea..00000000000 --- a/packages/signature-v4/suite/normalize-path/normalize-path.txt +++ /dev/null @@ -1,3 +0,0 @@ -A note about signing requests to Amazon S3: - -In exception to this, you do not normalize URI paths for requests to Amazon S3. For example, if you have a bucket with an object named my-object//example//photo.user, use that path. Normalizing the path to my-object/example/photo.user will cause the request to fail. For more information, see Task 1: Create a Canonical Request in the Amazon Simple Storage Service API Reference: http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html#canonical-request \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.authz b/packages/signature-v4/suite/post-header-key-case/post-header-key-case.authz deleted file mode 100755 index 89e572e6096..00000000000 --- a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.creq b/packages/signature-v4/suite/post-header-key-case/post-header-key-case.creq deleted file mode 100755 index 5c3a9434ec3..00000000000 --- a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.creq +++ /dev/null @@ -1,8 +0,0 @@ -POST -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.req b/packages/signature-v4/suite/post-header-key-case/post-header-key-case.req deleted file mode 100755 index 3dc4179013f..00000000000 --- a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.req +++ /dev/null @@ -1,3 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.sreq b/packages/signature-v4/suite/post-header-key-case/post-header-key-case.sreq deleted file mode 100755 index a5ada0d940a..00000000000 --- a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.sreq +++ /dev/null @@ -1,4 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.sts b/packages/signature-v4/suite/post-header-key-case/post-header-key-case.sts deleted file mode 100755 index a6367039494..00000000000 --- a/packages/signature-v4/suite/post-header-key-case/post-header-key-case.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.authz b/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.authz deleted file mode 100755 index a62589ff7ea..00000000000 --- a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.creq b/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.creq deleted file mode 100755 index ebe943e8953..00000000000 --- a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.creq +++ /dev/null @@ -1,9 +0,0 @@ -POST -/ - -host:example.amazonaws.com -my-header1:value1 -x-amz-date:20150830T123600Z - -host;my-header1;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.req b/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.req deleted file mode 100755 index 0253f19456b..00000000000 --- a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.req +++ /dev/null @@ -1,4 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value1 -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sreq b/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sreq deleted file mode 100755 index b4b78a1668e..00000000000 --- a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sreq +++ /dev/null @@ -1,5 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:value1 -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sts b/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sts deleted file mode 100755 index eb66362697e..00000000000 --- a/packages/signature-v4/suite/post-header-key-sort/post-header-key-sort.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -9368318c2967cf6de74404b30c65a91e8f6253e0a8659d6d5319f1a812f87d65 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.authz b/packages/signature-v4/suite/post-header-value-case/post-header-value-case.authz deleted file mode 100755 index d9e52a379ae..00000000000 --- a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.creq b/packages/signature-v4/suite/post-header-value-case/post-header-value-case.creq deleted file mode 100755 index af824c88994..00000000000 --- a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.creq +++ /dev/null @@ -1,9 +0,0 @@ -POST -/ - -host:example.amazonaws.com -my-header1:VALUE1 -x-amz-date:20150830T123600Z - -host;my-header1;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.req b/packages/signature-v4/suite/post-header-value-case/post-header-value-case.req deleted file mode 100755 index 3f9987af7f3..00000000000 --- a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.req +++ /dev/null @@ -1,4 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:VALUE1 -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.sreq b/packages/signature-v4/suite/post-header-value-case/post-header-value-case.sreq deleted file mode 100755 index 99c3210c998..00000000000 --- a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.sreq +++ /dev/null @@ -1,5 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -My-Header1:VALUE1 -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d \ No newline at end of file diff --git a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.sts b/packages/signature-v4/suite/post-header-value-case/post-header-value-case.sts deleted file mode 100755 index 40062c79f87..00000000000 --- a/packages/signature-v4/suite/post-header-value-case/post-header-value-case.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -d51ced243e649e3de6ef63afbbdcbca03131a21a7103a1583706a64618606a93 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.authz b/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.authz deleted file mode 100755 index 89e572e6096..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.creq b/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.creq deleted file mode 100755 index 5c3a9434ec3..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.creq +++ /dev/null @@ -1,8 +0,0 @@ -POST -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.req b/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.req deleted file mode 100755 index 3dc4179013f..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.req +++ /dev/null @@ -1,3 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sreq b/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sreq deleted file mode 100755 index 291ed0756bf..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sreq +++ /dev/null @@ -1,5 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -X-Amz-Security-Token:AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA== -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sts b/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sts deleted file mode 100755 index a6367039494..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-after/post-sts-header-after.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.authz b/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.authz deleted file mode 100755 index 64aa046dbbf..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date;x-amz-security-token, Signature=85d96828115b5dc0cfc3bd16ad9e210dd772bbebba041836c64533a82be05ead \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.creq b/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.creq deleted file mode 100755 index 1d5a462ee2a..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.creq +++ /dev/null @@ -1,9 +0,0 @@ -POST -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z -x-amz-security-token:AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA== - -host;x-amz-date;x-amz-security-token -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.req b/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.req deleted file mode 100755 index a372f4b2494..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.req +++ /dev/null @@ -1,4 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -X-Amz-Security-Token:AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA== \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sreq b/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sreq deleted file mode 100755 index 37b2f041909..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sreq +++ /dev/null @@ -1,5 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -X-Amz-Security-Token:AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA== -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date;x-amz-security-token, Signature=85d96828115b5dc0cfc3bd16ad9e210dd772bbebba041836c64533a82be05ead \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sts b/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sts deleted file mode 100755 index bc39ccfc5b9..00000000000 --- a/packages/signature-v4/suite/post-sts-token/post-sts-header-before/post-sts-header-before.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -c237e1b440d4c63c32ca95b5b99481081cb7b13c7e40434868e71567c1a882f6 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-sts-token/readme.txt b/packages/signature-v4/suite/post-sts-token/readme.txt deleted file mode 100755 index 3731a30128d..00000000000 --- a/packages/signature-v4/suite/post-sts-token/readme.txt +++ /dev/null @@ -1,15 +0,0 @@ -A note about using temporary security credentials: - -You can use temporary security credentials provided by the AWS Security Token Service (AWS STS) to sign a request. The process is the same as using long-term credentials but requires an additional HTTP header or query string parameter for the security token. The name of the header or query string parameter is X-Amz-Security-Token, and the value is the session token (the string that you received from AWS STS when you obtained temporary security credentials). - -When you add X-Amz-Security-Token, some services require that you include this parameter in the canonical (signed) request. For other services, you add this parameter at the end, after you calculate the signature. For details see the API reference documentation for that service. - -The test suite has 2 examples: - -post-sts-header-before - The X-Amz-Security-Token header is part of the canonical request. - -post-sts-header-after - The X-Amz-Security-Token header is added to the request after you calculate the signature. - -The test suite uses this example value for X-Amz-Security-Token: - -AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA== \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.authz b/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.authz deleted file mode 100755 index 44280cd7bb6..00000000000 --- a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.creq b/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.creq deleted file mode 100755 index f5058d430b5..00000000000 --- a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.creq +++ /dev/null @@ -1,8 +0,0 @@ -POST -/ -Param1=value1 -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.req b/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.req deleted file mode 100755 index 9157bc74de3..00000000000 --- a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.req +++ /dev/null @@ -1,3 +0,0 @@ -POST /?Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sreq b/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sreq deleted file mode 100755 index 82af1505e2e..00000000000 --- a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sreq +++ /dev/null @@ -1,4 +0,0 @@ -POST /?Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sts b/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sts deleted file mode 100755 index ca7cc661d1e..00000000000 --- a/packages/signature-v4/suite/post-vanilla-empty-query-value/post-vanilla-empty-query-value.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.authz b/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.authz deleted file mode 100755 index 46a7e813192..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=66c82657c86e26fb25238d0e69f011edc4c6df5ae71119d7cb98ed9b87393c1e \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.creq b/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.creq deleted file mode 100755 index a671b867674..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.creq +++ /dev/null @@ -1,8 +0,0 @@ -POST -/ -%2B=%2F%2C%3F%3E%3C%60%22%3B%3A%5C%7C%5D%5B%7B%7D&%40%23%24%25%5E= -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.req b/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.req deleted file mode 100755 index 3497d731b3d..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.req +++ /dev/null @@ -1,3 +0,0 @@ -POST /?@#$%^&+=/,?><`";:\|][{} HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sreq b/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sreq deleted file mode 100755 index 2ffb301fdaf..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sreq +++ /dev/null @@ -1,4 +0,0 @@ -POST /?@#$%^&+=/,?><`";:\|][{} HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=88d3e39e4fa54b971f51c0a09140368e1a51aafb76c4652d9998f93cf3038074 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sts b/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sts deleted file mode 100755 index 997253ecc4b..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-nonunreserved/post-vanilla-query-nonunreserved.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -13c1a9775a543ebd153fdebba799dc0572ea298c6aac14eb1a86998b980c2a34 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.authz b/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.authz deleted file mode 100755 index 257422ef679..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=e71688addb58a26418614085fb730ba3faa623b461c17f48f2fbdb9361b94a9b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.creq b/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.creq deleted file mode 100755 index 66a1a70a433..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.creq +++ /dev/null @@ -1,8 +0,0 @@ -POST -/ -p= -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.req b/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.req deleted file mode 100755 index 817eebac577..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.req +++ /dev/null @@ -1,3 +0,0 @@ -POST /?p aram1=val ue1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sreq b/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sreq deleted file mode 100755 index 1d03da35e93..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sreq +++ /dev/null @@ -1,4 +0,0 @@ -POST /?p aram1=val ue1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=e71688addb58a26418614085fb730ba3faa623b461c17f48f2fbdb9361b94a9b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sts b/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sts deleted file mode 100755 index 6265aba566a..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query-space/post-vanilla-query-space.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -64d815da3176ec9c192c391374e9d4084588659309187ce60e0fcffcbc8c81c5 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.authz b/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.authz deleted file mode 100755 index 44280cd7bb6..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.creq b/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.creq deleted file mode 100755 index f5058d430b5..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.creq +++ /dev/null @@ -1,8 +0,0 @@ -POST -/ -Param1=value1 -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.req b/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.req deleted file mode 100755 index 9157bc74de3..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.req +++ /dev/null @@ -1,3 +0,0 @@ -POST /?Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sreq b/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sreq deleted file mode 100755 index 82af1505e2e..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sreq +++ /dev/null @@ -1,4 +0,0 @@ -POST /?Param1=value1 HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sts b/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sts deleted file mode 100755 index ca7cc661d1e..00000000000 --- a/packages/signature-v4/suite/post-vanilla-query/post-vanilla-query.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -9d659678c1756bb3113e2ce898845a0a79dbbc57b740555917687f1b3340fbbd \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla/post-vanilla.authz b/packages/signature-v4/suite/post-vanilla/post-vanilla.authz deleted file mode 100755 index 89e572e6096..00000000000 --- a/packages/signature-v4/suite/post-vanilla/post-vanilla.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla/post-vanilla.creq b/packages/signature-v4/suite/post-vanilla/post-vanilla.creq deleted file mode 100755 index 5c3a9434ec3..00000000000 --- a/packages/signature-v4/suite/post-vanilla/post-vanilla.creq +++ /dev/null @@ -1,8 +0,0 @@ -POST -/ - -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -host;x-amz-date -e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla/post-vanilla.req b/packages/signature-v4/suite/post-vanilla/post-vanilla.req deleted file mode 100755 index 3dc4179013f..00000000000 --- a/packages/signature-v4/suite/post-vanilla/post-vanilla.req +++ /dev/null @@ -1,3 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla/post-vanilla.sreq b/packages/signature-v4/suite/post-vanilla/post-vanilla.sreq deleted file mode 100755 index a5ada0d940a..00000000000 --- a/packages/signature-v4/suite/post-vanilla/post-vanilla.sreq +++ /dev/null @@ -1,4 +0,0 @@ -POST / HTTP/1.1 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b \ No newline at end of file diff --git a/packages/signature-v4/suite/post-vanilla/post-vanilla.sts b/packages/signature-v4/suite/post-vanilla/post-vanilla.sts deleted file mode 100755 index a6367039494..00000000000 --- a/packages/signature-v4/suite/post-vanilla/post-vanilla.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -553f88c9e4d10fc9e109e2aeb65f030801b70c2f6468faca261d401ae622fc87 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.authz b/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.authz deleted file mode 100755 index 531b89b45b1..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=1a72ec8f64bd914b0e42e42607c7fbce7fb2c7465f63e3092b3b0d39fa77a6fe \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.creq b/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.creq deleted file mode 100755 index 8ec0d6cf0a9..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.creq +++ /dev/null @@ -1,9 +0,0 @@ -POST -/ - -content-type:application/x-www-form-urlencoded; charset=utf8 -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -content-type;host;x-amz-date -9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req b/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req deleted file mode 100755 index 5ce537e674f..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.req +++ /dev/null @@ -1,6 +0,0 @@ -POST / HTTP/1.1 -Content-Type:application/x-www-form-urlencoded; charset=utf8 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z - -Param1=value1 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sreq b/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sreq deleted file mode 100755 index 88beb82a380..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sreq +++ /dev/null @@ -1,7 +0,0 @@ -POST / HTTP/1.1 -Content-Type:application/x-www-form-urlencoded; charset=utf8 -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=1a72ec8f64bd914b0e42e42607c7fbce7fb2c7465f63e3092b3b0d39fa77a6fe - -Param1=value1 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sts b/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sts deleted file mode 100755 index 3e83c524b05..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded-parameters/post-x-www-form-urlencoded-parameters.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -2e1cf7ed91881a30569e46552437e4156c823447bf1781b921b5d486c568dd1c \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.authz b/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.authz deleted file mode 100755 index d7baf535401..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.authz +++ /dev/null @@ -1 +0,0 @@ -AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=ff11897932ad3f4e8b18135d722051e5ac45fc38421b1da7b9d196a0fe09473a \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.creq b/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.creq deleted file mode 100755 index d7197f17ec3..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.creq +++ /dev/null @@ -1,9 +0,0 @@ -POST -/ - -content-type:application/x-www-form-urlencoded -host:example.amazonaws.com -x-amz-date:20150830T123600Z - -content-type;host;x-amz-date -9095672bbd1f56dfc5b65f3e153adc8731a4a654192329106275f4c7b24d0b6e \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.req b/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.req deleted file mode 100755 index ada7f87760b..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.req +++ /dev/null @@ -1,6 +0,0 @@ -POST / HTTP/1.1 -Content-Type:application/x-www-form-urlencoded -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z - -Param1=value1 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sreq b/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sreq deleted file mode 100755 index 9bac9311ba7..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sreq +++ /dev/null @@ -1,7 +0,0 @@ -POST / HTTP/1.1 -Content-Type:application/x-www-form-urlencoded -Host:example.amazonaws.com -X-Amz-Date:20150830T123600Z -Authorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=ff11897932ad3f4e8b18135d722051e5ac45fc38421b1da7b9d196a0fe09473a - -Param1=value1 \ No newline at end of file diff --git a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sts b/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sts deleted file mode 100755 index 65ab663719e..00000000000 --- a/packages/signature-v4/suite/post-x-www-form-urlencoded/post-x-www-form-urlencoded.sts +++ /dev/null @@ -1,4 +0,0 @@ -AWS4-HMAC-SHA256 -20150830T123600Z -20150830/us-east-1/service/aws4_request -42a5e5bb34198acb3e84da4f085bb7927f2bc277ca766e6d19c73c2154021281 \ No newline at end of file