Skip to content

Commit c3391be

Browse files
committed
Remove TODO from gcloud.storage.bucket.
Re-introduced in 2f93065 after being removed for #162 as part of the effort in #175.
1 parent f44959a commit c3391be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gcloud/storage/bucket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ def upload_file(self, filename, key=None):
258258
return key.set_contents_from_filename(filename)
259259

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

0 commit comments

Comments
 (0)