Update cloud/azure/storage/storagesync/plugin.pm

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
This commit is contained in:
matoy 2021-06-08 19:54:40 +02:00 committed by GitHub
parent 787c1aec67
commit 248ac60289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ sub new {
$self->{version} = '0.1';
$self->{modes} = {
'discovery' => 'cloud::azure::storage::storagesync::mode::discovery',
'heartbeat' => 'cloud::azure::storage::storagesync::mode::heartbeat',
'sessions' => 'cloud::azure::storage::storagesync::mode::sessions'
'discovery' => 'cloud::azure::storage::storagesync::mode::discovery',
'files-synced' => 'cloud::azure::storage::storagesync::mode::filessync',
'server-status' => 'cloud::azure::storage::storagesync::mode::serverstatus'
};
$self->{custom_modes}->{azcli} = 'cloud::azure::custom::azcli';