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

Allow contentType to be null in calls to UploadObject. #124

Merged
merged 1 commit into from
May 4, 2016

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Apr 27, 2016

Fixes issue #117.

(Note only two implementation changes but three doc changes as one implementation delegates to another.)

@jskeet jskeet assigned csells and chrisdunelm and unassigned csells Apr 27, 2016
@chrisdunelm
Copy link
Contributor

This doesn't explicitly translate nulls to "", it just passes the null through.
So long as that's OK, then LGTM.

@jskeet
Copy link
Collaborator Author

jskeet commented May 4, 2016

Yup, that's deliberate - contentType has become optional in the API, so we're just not setting it.

@jskeet jskeet merged commit 81fa539 into googleapis:master May 4, 2016
@jskeet jskeet deleted the content-type branch May 4, 2016 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants