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

Storage notifications #3

Merged
merged 6 commits into from
Jan 31, 2018
Merged

Conversation

ishashchuk
Copy link

@ishashchuk ishashchuk commented Jan 30, 2018

Support for GSC Notifications issue 971

API reference here

The resource closely mimics the API functionality. if no event_types are passed, ALL events will be publishing to pubsub topic. If event_types are passed, only specific events will be published

Confirmed that creating notifications actually catches the events by creating a subscription and pulling from it.

@ishashchuk ishashchuk changed the title [WIP] storage notifications Storage notifications Jan 31, 2018
name = "default_topic"
}

//GCS default storage account must have "projects.topics.publish" permission

Choose a reason for hiding this comment

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

can we refer to Google's docs here? And a specific example of this special account will greatly help here. Is it @gs-project-accounts.iam.gserviceaccount.com?

Copy link

@tobz tobz left a comment

Choose a reason for hiding this comment

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

This looks good to me!

@amoiseiev amoiseiev merged commit d7ec385 into master Jan 31, 2018
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.

3 participants