From 38be5ed1111483d6c55afc660cc3b58385a71efe Mon Sep 17 00:00:00 2001 From: pa250194 Date: Thu, 23 Sep 2021 12:40:32 -0500 Subject: [PATCH] Cleanup obsolete comments Signed-off-by: pa250194 --- pkg/gcp/gcp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gcp/gcp.go b/pkg/gcp/gcp.go index f332801f..c869419b 100644 --- a/pkg/gcp/gcp.go +++ b/pkg/gcp/gcp.go @@ -97,7 +97,6 @@ func (c *GCPClient) ObjectAttributes(ctx context.Context, bucketName, objectName } // FGetObject gets the object from the bucket and downloads the object locally -// A part file is created so the download can be resumable. func (c *GCPClient) FGetObject(ctx context.Context, bucketName, objectName, localPath string) error { // Verify if destination already exists. dirStatus, err := os.Stat(localPath)