cmd/upload-azure: set storage account
This was lost in a refactor.
This commit is contained in:
parent
a30f6bd4e6
commit
ba40d8a1fc
1 changed files with 3 additions and 2 deletions
|
|
@ -45,8 +45,9 @@ func main() {
|
|||
|
||||
err = c.UploadPageBlob(
|
||||
azure.BlobMetadata{
|
||||
BlobName: path.Base(fileName),
|
||||
ContainerName: containerName,
|
||||
StorageAccount: storageAccount,
|
||||
BlobName: path.Base(fileName),
|
||||
ContainerName: containerName,
|
||||
},
|
||||
fileName,
|
||||
threads,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue