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

Removing uses of Bucket.new_blob from regression tests. #693

Merged
merged 1 commit into from
Mar 9, 2015

Commits on Mar 9, 2015

  1. Removing uses of Bucket.new_blob from regression tests.

    This is towards removing Bucket.new_blob(). It is currently
    used only in Bucket to coerce from string OR a Blob object
    and then perform some action on the Blob object:
    - Bucket.get_blob()
    - Bucket.delete_blob()
    - Bucket.upload_file()
    - Bucket.upload_file_object()
    
    But we can move most of this behavior onto Blob (no coercion
    necessary).
    dhermes committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    04ba209 View commit details
    Browse the repository at this point in the history