Skip to content

Commit 48d98e7

Browse files
committed
add todo
1 parent ab798ec commit 48d98e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/storage/azure.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ func (a *AzureBlobStorage) Delete(path string) error {
255255

256256
// URL gets the redirect URL to a file. The presigned link is valid for 5 minutes.
257257
func (a *AzureBlobStorage) URL(path, name string) (*url.URL, error) {
258+
// TODO: Support download blobs directly from azure
258259
return nil, ErrURLNotSupported
259260
}
260261

0 commit comments

Comments
 (0)