Skip to content

Commit

Permalink
Add note about call change
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala committed Jul 27, 2023
1 parent 1f48187 commit c1ab0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tempodb/backend/gcs/gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ func (rw *readerWriter) ListBlocks(ctx context.Context, keypath backend.KeyPath)
if len(prefix) > 0 {
prefix = prefix + "/"
}

// The "n" delimter here is used to identify files that end with "n", which
// will yield json files.
iter := rw.bucket.Objects(ctx, &storage.Query{
Prefix: prefix,
Delimiter: "n",
Expand Down

0 comments on commit c1ab0d7

Please sign in to comment.