Skip to content

Commit

Permalink
removed startAfter as its same prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 30, 2024
1 parent d114757 commit 6b0e192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/splunk/client/azureblobclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ func (client *AzureBlobClient) GetAppsList(ctx context.Context) (RemoteDataListR
}

// Set the Marker if StartAfter is provided.
if client.StartAfter != "" {
options.Marker = &client.StartAfter
}
//if client.StartAfter != "" {
// options.Marker = &client.StartAfter
//}

// Create a pager to iterate through blobs.
pager := client.ContainerClient.NewListBlobsFlatPager(options)
Expand Down

0 comments on commit 6b0e192

Please sign in to comment.