Skip to content

Commit

Permalink
Remove TODO from gcloud.storage.bucket.
Browse files Browse the repository at this point in the history
Re-introduced in 2f93065 after
being removed for #162 as part of the effort in #175.
  • Loading branch information
dhermes committed Oct 11, 2014
1 parent f44959a commit c3391be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcloud/storage/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ def upload_file(self, filename, key=None):
return key.set_contents_from_filename(filename)

def upload_file_object(self, fh, key=None):
# TODO: What do we do about overwriting data?
"""Shortcut method to upload a file object into this bucket.
Use this method to quickly put a local file in Cloud Storage.
Expand Down

0 comments on commit c3391be

Please sign in to comment.