Skip to content

Commit

Permalink
attempt fix gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
cshum committed Dec 2, 2024
1 parent fa09abb commit da83c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/gcloudstorage/gcloudstorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (s *GCloudStorage) Get(r *http.Request, image string) (imageData *imagor.Bl
if attrs != nil {
size = attrs.Size
}
reader, err = object.NewReader(context.Background())
reader, err = object.NewReader(ctx)
return
})
if attrs != nil {
Expand Down

0 comments on commit da83c5e

Please sign in to comment.