azure-files: fix storage base url
Documented in https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview
This commit is contained in:
parent
6ccbebd903
commit
8571eaf425
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ import (
|
||||||
const (
|
const (
|
||||||
maxFileSize = 4 * fs.Tebi
|
maxFileSize = 4 * fs.Tebi
|
||||||
defaultChunkSize = 4 * fs.Mebi
|
defaultChunkSize = 4 * fs.Mebi
|
||||||
storageDefaultBaseURL = "core.windows.net" // FIXME not sure this is correct
|
storageDefaultBaseURL = "file.core.windows.net"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue