mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
Storage: add basic storage service (#46604)
This commit is contained in:
@@ -391,7 +391,7 @@ func (c cdkBlobStorage) list(ctx context.Context, folderPath string, paging *Pag
|
||||
hasMore := false
|
||||
if len(files) > pageSize {
|
||||
hasMore = true
|
||||
files = files[:len(files)-pageSize]
|
||||
files = files[:pageSize]
|
||||
}
|
||||
|
||||
lastPath := ""
|
||||
|
||||
Reference in New Issue
Block a user