MCPcopy
hub / github.com/kopia/kopia / storageB2Flags

Struct storageB2Flags

cli/storage_b2.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type storageB2Flags struct {
15 b2options b2.Options
16}
17
18func (c *storageB2Flags) Setup(svc StorageProviderServices, cmd *kingpin.CmdClause) {
19 cmd.Flag("bucket", "Name of the B2 bucket").Required().StringVar(&c.b2options.BucketName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected