mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
Renames to fix clashes with reserved words.
This commit is contained in:
@@ -419,10 +419,10 @@ func (be *Backend) List(ctx context.Context, t backend.FileType, fn func(backend
|
||||
prefix += "/"
|
||||
}
|
||||
|
||||
max := int32(be.listMaxItems)
|
||||
maxI := int32(be.listMaxItems)
|
||||
|
||||
opts := &azContainer.ListBlobsFlatOptions{
|
||||
MaxResults: &max,
|
||||
MaxResults: &maxI,
|
||||
Prefix: &prefix,
|
||||
}
|
||||
lister := be.container.NewListBlobsFlatPager(opts)
|
||||
|
||||
Reference in New Issue
Block a user