We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44959a commit c3391beCopy full SHA for c3391be
1 file changed
gcloud/storage/bucket.py
@@ -258,7 +258,6 @@ def upload_file(self, filename, key=None):
258
return key.set_contents_from_filename(filename)
259
260
def upload_file_object(self, fh, key=None):
261
- # TODO: What do we do about overwriting data?
262
"""Shortcut method to upload a file object into this bucket.
263
264
Use this method to quickly put a local file in Cloud Storage.
0 commit comments