-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Requester pays: expose userProject #2554
Conversation
…java into requester_pays
Not ready for review; just running CI |
PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@garrettjonesgoogle Storage is a GA library and with this PR we update the underlying http and apiary clients used. I hope it is still ok, but please confirm.
@@ -252,6 +252,7 @@ public StorageObject create(StorageObject storageObject, final InputStream conte | |||
.setMaxResults(Option.MAX_RESULTS.getLong(options)) | |||
.setPageToken(Option.PAGE_TOKEN.getString(options)) | |||
.setFields(Option.FIELDS.getString(options)) | |||
.setUserProject(Option.FIELDS.getString(options)) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@vam-google updating the underlying http and apiary clients should be fine - they don't form part of the surface of google-cloud-storage. |
Fixed bugs. PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Expose the userProject parameter for the List.Buckets operation. Bump google-api-client dependency to 1.23.0.
Expose the userProject parameter for the List.Buckets operation.
Bump google-api-client dependency to 1.23.0.