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
fix: allow signed url version v4 without signed credentials (#356)
* Fix: signed_url_v4 to accept credentials without private key. Preserve checks for efficiency in case of neither access_token nor service_account_email are provided.
Fix: tests v4 with token to take into account not Signing credential class.
* fix typo: 2 new lines before new test class
* fix doc: Improve docstring to explain the use of the access_token AND the service_account_email, or the signer email.
* fix: test coverage with the new IF branch
* lint
Co-authored-by: Tres Seaver <[email protected]>
Co-authored-by: Frank Natividad <[email protected]>
Co-authored-by: Frank Natividad <[email protected]>
0 commit comments