Another comments adjustment.

This commit is contained in:
Aleksandr Melnikov
2020-07-22 16:57:19 -07:00
parent fc7cdb5681
commit 8da35695de
3 changed files with 10 additions and 16 deletions

View File

@@ -85,9 +85,7 @@ func (c *Client) GetS3Client(namespace string, config *ArtifactRepositoryS3Provi
return
}
/*
GetGCSClient initializes a client to Google Cloud Storage.
*/
// GetGCSClient initializes a client to Google Cloud Storage.
func (c *Client) GetGCSClient(namespace string, config *ArtifactRepositoryGCSProvider) (gcsClient *gcs.Client, err error) {
return gcs.NewClient(namespace, config.ServiceAccountJSON)
}