Skip to content

Commit

Permalink
comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka567 committed Oct 25, 2024
1 parent 0eff9df commit 5d840e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/storage/debug_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ func (b *debugBucket) Name() string {
}

func (b *debugBucket) BucketType() gcs.BucketType {
// BucketType internally calls GetStorageLayout API from control client , hence
// logging this as a GetStorageLayout call.
id, desc, start := b.startRequest("GetStorageLayout(%q)", b.Name())
var err error
// In case getStorageLayout call returns error , the bucket type is set to unknown and
Expand Down

0 comments on commit 5d840e9

Please sign in to comment.