Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add encryption_key param to Blob.from_string #391

Closed
wants to merge 5 commits into from

Conversation

harrydrippin
Copy link

This PR contains several fixes as follows:

  • Add encryption_key parameter to Blob.from_string.
  • Fix several typos and format errors.

Fixes #390 馃

* Add `encryption_key` parameter to Blob.from_string.
* Fix several typos and format errors.
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 9, 2021
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Mar 9, 2021
@harrydrippin harrydrippin marked this pull request as ready for review April 5, 2021 09:51
@harrydrippin harrydrippin requested a review from a team April 5, 2021 09:51
@harrydrippin harrydrippin requested a review from a team as a code owner April 5, 2021 09:51
tests/unit/test_blob.py Outdated Show resolved Hide resolved
Copy link
Contributor

@cojenco cojenco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @harrydrippin for submitting a PR and helping us improve. Please refer to the comments for a few change requests. Feel free to let me know if any questions. Thank you!

harrydrippin and others added 2 commits April 6, 2021 11:57
* Fix indentation inside `Blob.from_string()`
Co-authored-by: cojenco <59401799+cojenco@users.noreply.github.com>
@frankyn frankyn closed this Apr 20, 2021
@tseaver
Copy link
Contributor

tseaver commented Apr 20, 2021

@harrydrippin Thanks for your patch. We've decided to use a getter/setter for encryption key: #409.

@harrydrippin harrydrippin deleted the patch-1 branch April 21, 2021 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add encryption_key param to Blob.from_string
4 participants