-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blob: Implement HTTP replays for GCS (#205)
This modifies the GCS test to use HTTP replays. To do this, a new recorder is added, some client side validation is stripped away (not necessary as you have to hit GCS anyway to do anything useful) and a JSON parser dependency added to redact things from the saved replays. As the JSON parser redaction technique works differently (and far better) to the previous regex method, I regenerated the AWS replays as well out of an abundance of caution. Fixes #92
- Loading branch information
Chris Lewis
authored
Jul 17, 2018
1 parent
7c7e5a7
commit 354ed1d
Showing
18 changed files
with
1,335 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.