mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-04-19 21:15:20 +00:00
Add command to generate SAS token for private containers
This commit is contained in:
parent
ef2936528d
commit
71a2030a05
3 changed files with 71 additions and 1 deletions
|
@ -29,7 +29,8 @@ namespace Shamir.Console
|
|||
ImmutableArray<ICommandTree>.Empty,
|
||||
ImmutableArray.Create<ICommand>(
|
||||
new StorageLsCommand(),
|
||||
new StorageCopyCommand()
|
||||
new StorageCopyCommand(),
|
||||
new StorageSasCommand()
|
||||
))
|
||||
),
|
||||
ImmutableArray<ICommand>.Empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue