You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for some more errors (syscall errors and DNS specif…
…ically) (#114)
* feat: add support for some more errors
* linter compliance
---------
Co-authored-by: seborama <seborama@users.noreply.github.com>
feat: added support for multiple cassette storage backends (AWS S3) (#……108)
* added s3file > WriteFile
* localstack + add tests
* localstack + add tests
* add tests for s3file ReadFile
* update CI to spin up localstack container
* add tests for S3Storage NotExists
* Added Recipe: VCR with a custom RequestMatcher to README
* added example5 for AWS storage
* bump to v14
* doc: spread the word about AWS S3 storage support
Resolve several TODO's (#103)
Remove RequestMatcher TODO
Resolve cassette.Decrypt TODO
Resolve Response TODO: Close, Uncompressed
Resolve nonceGen validation TODO