We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197f3a1 commit b02b096Copy full SHA for b02b096
1 file changed
saturn/pkg/run/gcs.go
@@ -24,7 +24,7 @@ func NewGCSClient(ctx context.Context, onSaturn bool) (*GCSClient, error) {
24
if err != nil {
25
return nil, fmt.Errorf("storage.NewClient: %v", err)
26
}
27
- return &GCSClient{client, false}, nil
+ return &GCSClient{client, onSaturn}, nil
28
29
30
func (c *GCSClient) GetFile(ctx context.Context, f FileSpecification, w io.Writer) error {
0 commit comments