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(
|
err = c.UploadPageBlob(
|
||||||
azure.BlobMetadata{
|
azure.BlobMetadata{
|
||||||
BlobName: path.Base(fileName),
|
StorageAccount: storageAccount,
|
||||||
ContainerName: containerName,
|
BlobName: path.Base(fileName),
|
||||||
|
ContainerName: containerName,
|
||||||
},
|
},
|
||||||
fileName,
|
fileName,
|
||||||
threads,
|
threads,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue