From 21e0f6932a2d9c9a72f38fc42ac219c6488e5a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20P=C5=82otka?= Date: Tue, 26 Mar 2019 13:41:24 +0100 Subject: [PATCH] Update comment in pkg/objstore/gcs/gcs.go Co-Authored-By: metalmatze --- pkg/objstore/gcs/gcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/objstore/gcs/gcs.go b/pkg/objstore/gcs/gcs.go index 6e54a77d0a..7743b9449f 100644 --- a/pkg/objstore/gcs/gcs.go +++ b/pkg/objstore/gcs/gcs.go @@ -52,7 +52,7 @@ func NewBucket(ctx context.Context, logger log.Logger, conf []byte, component st var opts []option.ClientOption - // If ServiceAccount provided inside configuration use it, otherwise fallback to defaults + // If ServiceAccount is provided, use them in GCS client, otherwise fallback to Google default logic. if gc.ServiceAccount != "" { credentials, err := google.CredentialsFromJSON(ctx, []byte(gc.ServiceAccount)) if err != nil {