gs: minor comment cleanups

* Remove a reference to S3.
* Config can only be used for GCS, not other "gcs compatibile servers".
* Make comments complete sentences.
This commit is contained in:
Michael Pratt
2017-09-24 10:10:56 -07:00
parent 49d397a419
commit 5f4f997126
2 changed files with 9 additions and 9 deletions

View File

@@ -8,8 +8,8 @@ import (
"github.com/restic/restic/internal/options"
)
// Config contains all configuration necessary to connect to an gcs compatible
// server.
// Config contains all configuration necessary to connect to a Google Cloud
// Storage bucket.
type Config struct {
ProjectID string
JSONKeyPath string