notifier plugins: add provider, bucket and endpoint to nottifier params

Fixes #656

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-01-02 19:22:44 +01:00
parent 85c2d474d9
commit f65c973c99
6 changed files with 93 additions and 54 deletions

View File

@@ -19,6 +19,9 @@ message FsEvent {
string virtual_path = 11;
string virtual_target_path = 12;
string session_id = 13;
int32 fs_provider = 14;
string bucket = 15;
string endpoint = 16;
}
message ProviderEvent {