mirror of
https://github.com/restic/restic.git
synced 2025-08-26 09:28:01 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user