Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Apr 24, 2024
1 parent 86f8ba3 commit 45427bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions broker/fragment/store_gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ func (s *gcsBackend) gcsClient(ep *url.URL) (cfg GSStoreConfig, client *storage.

s.client = client

// TODO(djd): do i need to form a signed URL options or change this file to work without one?
// Looking at SignGet() it seems like I do need to form signed URL options. Just give it a try.
// Note: SignGet() also works with empty signedURLOptions.

log.WithFields(log.Fields{
"ProjectID": creds.ProjectID,
Expand Down

0 comments on commit 45427bc

Please sign in to comment.