Cleanup obsolete comments
Signed-off-by: pa250194 <pa250194@ncr.com>
This commit is contained in:
parent
057c65e939
commit
38be5ed111
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue