Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-amruta committed Jan 19, 2024
1 parent f4553d9 commit ee21571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/kopialib/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ const (
AzureStorageAccountAccessKey = "storageKey"
AzureSASToken = "sasToken"

//Filestore storage consts
// Filestore storage consts
FilesystorePath = "path"
DefaultFSMountPath = "/mnt/data"

//GCP storage consts
// GCP storage consts
GCPServiceAccountCredentialsFile = "serviceAccountCredentialsFile"
GCPServiceAccountCredentialJSON = "serviceAccountCredentialsJson"
GCPReadOnly = "readOnly"
Expand Down
1 change: 0 additions & 1 deletion pkg/kopialib/storage/s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,5 @@ func (s *s3StorageTestSuite) TestSetOptions(c *C) {
}

c.Assert(s3Storage.Options, DeepEquals, tc.expectedOptions)

}
}

0 comments on commit ee21571

Please sign in to comment.