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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make 'encryption_key' an attribute of the Blob. #2507

Merged
merged 2 commits into from
Oct 6, 2016
Merged

Make 'encryption_key' an attribute of the Blob. #2507

merged 2 commits into from
Oct 6, 2016

Commits on Oct 6, 2016

  1. Make 'encryption_key' an attribute of the Blob.

    Avoids the need to plumb it through all the 'upload' and 'download'
    methods.
    
    Convert '_set_encryption_headers(key, headers)' into a pure function,
    '_get_encryption_headers(key)', returning a new dict.
    
    Preparing for use of encryption in to-be-added 'Blob.rewrite(source_blob)'
    method.  See: #1960.
    tseaver committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    2da75d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf451cf View commit details
    Browse the repository at this point in the history