MCPcopy
hub / github.com/kopia/kopia / storageGCSFlags

Struct storageGCSFlags

cli/storage_gcs.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type storageGCSFlags struct {
17 options gcs.Options
18
19 embedCredentials bool
20}
21
22func (c *storageGCSFlags) Setup(_ StorageProviderServices, cmd *kingpin.CmdClause) {
23 cmd.Flag("bucket", "Name of the Google Cloud Storage bucket").Required().StringVar(&c.options.BucketName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected