mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-04-19 21:15:20 +00:00
Simplify SAS command to generate full URL, only add SAS if needed.
This commit is contained in:
parent
71a2030a05
commit
4d35fee21e
2 changed files with 24 additions and 18 deletions
|
@ -30,7 +30,7 @@ namespace Shamir.Console
|
|||
ImmutableArray.Create<ICommand>(
|
||||
new StorageLsCommand(),
|
||||
new StorageCopyCommand(),
|
||||
new StorageSasCommand()
|
||||
new StorageGetUrlCommand()
|
||||
))
|
||||
),
|
||||
ImmutableArray<ICommand>.Empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue