Skip to content

Commit

Permalink
return empty signed url
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed May 22, 2024
1 parent 6bc48f3 commit 04d6930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/fragment/store_gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (s *gcsBackend) Provider() string {
}

func (s *gcsBackend) SignGet(ep *url.URL, fragment pb.Fragment, d time.Duration) (string, error) {
log.Fatal("*** DJD SignGet() called")
log.WithFields(log.Fields{ep: ep.String(), fragment: fragment.ContentPath()}).Info("*** DJD SignGet() called")
return "", nil
/*
cfg, client, opts, err := s.gcsClient(ep)
Expand Down

0 comments on commit 04d6930

Please sign in to comment.