mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 06:27:11 +08:00
azureblob: fix SAS URL support - fixes #2969
This was broken accidentally in 5d1d93e163
as part of #2654
This commit is contained in:
parent
b5f563fb0f
commit
ffe067d6e7
|
@ -392,6 +392,7 @@ func NewFs(name, root string, m configmap.Mapper) (fs.Fs, error) {
|
|||
return nil, errors.New("Container name in SAS URL and container provided in command do not match")
|
||||
}
|
||||
|
||||
f.container = parts.ContainerName
|
||||
containerURL = azblob.NewContainerURL(*u, pipeline)
|
||||
} else {
|
||||
serviceURL = azblob.NewServiceURL(*u, pipeline)
|
||||
|
|
Loading…
Reference in New Issue
Block a user