Skip to content

Commit

Permalink
fix: method comments to correct type
Browse files Browse the repository at this point in the history
Signed-off-by: Roko Romic <rokoromic@gmail.com>
  • Loading branch information
rromic committed Mar 25, 2023
1 parent b451582 commit 997ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helper/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (c *gcsClient) Upload(body *bytes.Buffer, key string) error {
return writer.Close()
}

// NewGCSClient creates a new S3.client to send Results to S3
// NewGCSClient creates a new GCS.client to send Results to GCS Bucket
func NewGCSClient(ctx context.Context, credentials, bucket string) GCPClient {
cred, err := google.CredentialsFromJSON(ctx, []byte(credentials), storage.ScopeReadWrite)
if err != nil {
Expand Down

0 comments on commit 997ba4c

Please sign in to comment.