mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 15:28:05 +03:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user