Support custom Azure publish endpoint

This commit is contained in:
Chuan Liu
2022-04-21 17:04:15 -07:00
committed by Benj Fassbind
parent d955b06f03
commit 152538ccc1
8 changed files with 45 additions and 11 deletions

View File

@@ -417,7 +417,7 @@ func (context *AptlyContext) GetPublishedStorage(name string) aptly.PublishedSto
var err error
publishedStorage, err = azure.NewPublishedStorage(
params.AccountName, params.AccountKey, params.Container, params.Prefix)
params.AccountName, params.AccountKey, params.Container, params.Prefix, params.Endpoint)
if err != nil {
Fatal(err)
}