mirror of
https://github.com/rclone/rclone.git
synced 2025-01-05 05:49:33 +01:00
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
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user