Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transport/http: Add NopClient for stubbing http client response
Adds a no-op HTTP client that will do nothing but return success. Basically to prevent a middleware stack making a request with a presigned URL flow.
- Loading branch information