-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/requester pays #668
Feat/requester pays #668
Conversation
…documentation about requester pays support
…project is configured or provided by user
…billing project for signed urls and temp creds
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
Pull Request Test Coverage Report for Build 7399
💛 - Coveralls |
…illing account is set
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget to update the PR description
Co-Authored-By: Pauline Ribeyre <ribeyre@uchicago.edu>
Co-Authored-By: Pauline Ribeyre <ribeyre@uchicago.edu>
Co-Authored-By: Pauline Ribeyre <ribeyre@uchicago.edu>
Co-Authored-By: Pauline Ribeyre <ribeyre@uchicago.edu>
Co-Authored-By: Pauline Ribeyre <ribeyre@uchicago.edu>
@@ -233,7 +206,7 @@ def give_service_account_billing_access_if_necessary( | |||
is_default_billing = True | |||
|
|||
if r_pays_project: | |||
sa_account_id = get_sa_email_from_private_key(sa_private_key) | |||
sa_account_id = sa_private_key.get("client_email") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could pull this out of the if
instead of doing it once in each if
New Features
userProject
field to Google signed urls if a billing project is provided (by user or by default configuration)Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes