Skip to content

Commit

Permalink
fix: azure file path (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo220yuyaodog committed Aug 1, 2023
1 parent 7c23d4b commit 42c60fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azureblob/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@ func (client Client) GetEndpoint() string {
if client.Config.Endpoint != "" {
return client.Config.Endpoint
}
return client.containerURL.String()
return fmt.Sprintf(blobFormatString, client.Config.AccessId)
}

0 comments on commit 42c60fd

Please sign in to comment.