Skip to content

Commit

Permalink
get past build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed May 22, 2024
1 parent e3ef20f commit 5cbe324
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 @@ -53,7 +53,7 @@ func (s *gcsBackend) SignGet(ep *url.URL, fragment pb.Fragment, d time.Duration)
Path: fmt.Sprintf("/%s/%s", cfg.bucket, cfg.rewritePath(cfg.prefix, fragment.ContentPath())),
}
u.Scheme = "https"
u.Host = storage.PathStyle().host(cfg.bucket)
u.Host = "storage.googleapis.com"

log.WithFields(log.Fields{"url": u.String()}).Info("*** DJD2 SignGet()")
return u.String(), nil
Expand Down

0 comments on commit 5cbe324

Please sign in to comment.