We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349cdc8 commit 06d9254Copy full SHA for 06d9254
1 file changed
storage/api/crud_object.py
@@ -99,7 +99,7 @@ def upload_object(bucket, filename, readers, owners):
99
with open(filename, 'rb') as f:
100
req = service.objects().insert(
101
bucket=bucket, body=body,
102
- # You can also just set media_body=filename, but # for the sake of
+ # You can also just set media_body=filename, but for the sake of
103
# demonstration, pass in the more generic file handle, which could
104
# very well be a StringIO or similar.
105
media_body=http.MediaIoBaseUpload(f, 'application/octet-stream'))
0 commit comments