Closed kuhe closed 4 months ago
Updates S3 status-200 error behavior.
current classification of status-200 error is based on a hard-coded allowlist
this PR preserves the allowlist, but also expands the detection of status-200 errors to generic criteria:
</Error>
[x] npm run test passes
npm run test
[x] changelog is added, npm run add-change
npm run add-change
[x] ran npx cucumber-js -t @s3
npx cucumber-js -t @s3
Updates S3 status-200 error behavior.
current classification of status-200 error is based on a hard-coded allowlist
this PR preserves the allowlist, but also expands the detection of status-200 errors to generic criteria:
</Error>
, i.e. the root XML element is "Error".[x]
npm run test
passes[x] changelog is added,
npm run add-change
[x] ran
npx cucumber-js -t @s3