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:
Oksana 2023-12-18 16:15:13 +02:00 committed by GitHub
parent 743ea6ac26
commit 8503282a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ import (
const (
maxFileSize = 4 * fs.Tebi
defaultChunkSize = 4 * fs.Mebi
storageDefaultBaseURL = "core.windows.net" // FIXME not sure this is correct
storageDefaultBaseURL = "file.core.windows.net"
)
func init() {