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