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

Update storage trigger samples #1271

Merged
merged 4 commits into from
May 14, 2019
Merged

Update storage trigger samples #1271

merged 4 commits into from
May 14, 2019

Conversation

ace-n
Copy link
Contributor

@ace-n ace-n commented May 9, 2019

Note: I haven't tested these on GCP, and the local tests are all unit tests.

@fhinkel should I do something more comprehensive?

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 9, 2019
@ace-n ace-n requested a review from fhinkel May 9, 2019 18:33
}

if (!res.ok) {
return res.text().then(body => Promise.reject(body));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we write this with async/await? In its current form it's hard to read.

@ace-n ace-n merged commit 58f918f into master May 14, 2019
@ace-n ace-n deleted the update-cc branch May 14, 2019 19:37
This was referenced Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants