Skip to content

Commit

Permalink
test(storage): dual trans for HMAC / PostPolicyV4 (#6717)
Browse files Browse the repository at this point in the history
Add dual transport tests for HMAC keys and for PostPolicyV4.

One PostPolicyV4 test creates a second client with custom key behavior. I split this test into two separate tests, one of which fails for gRPC. I left this as a skip for now since it will require some digging in the constructor creds logic to fix.

I also cleaned up some layers of indirection around the various testConfig client methods, and now the multiTransportTest function can take client options to pass down to the client constructors which should make it easier to clean up some other tests which have custom client constructor logic.
  • Loading branch information
tritone committed Sep 28, 2022
1 parent 43dbbd7 commit 6c384c5
Showing 1 changed file with 316 additions and 290 deletions.

0 comments on commit 6c384c5

Please sign in to comment.