Simplify SAS command to generate full URL, only add SAS if needed.

This commit is contained in:
Yaakov 2021-09-26 14:07:50 +10:00
parent 71a2030a05
commit 4d35fee21e
2 changed files with 24 additions and 18 deletions

View file

@ -30,7 +30,7 @@ namespace Shamir.Console
ImmutableArray.Create<ICommand>(
new StorageLsCommand(),
new StorageCopyCommand(),
new StorageSasCommand()
new StorageGetUrlCommand()
))
),
ImmutableArray<ICommand>.Empty