f.StringVar(&cfg.BucketName,prefix+"gcs.bucketname","","Name of GCS bucket. Please refer to https://cloud.google.com/docs/authentication/production for more information about how to configure authentication.")
f.Var(&cfg.ServiceAccount,prefix+"gcs.service-account","Service account key content in JSON format, refer to https://cloud.google.com/iam/docs/creating-managing-service-account-keys for creation.")
f.IntVar(&cfg.ChunkBufferSize,prefix+"gcs.chunk-buffer-size",0,"The size of the buffer that GCS client for each PUT request. 0 to disable buffering.")
f.DurationVar(&cfg.RequestTimeout,prefix+"gcs.request-timeout",0,"The duration after which the requests to GCS should be timed out.")
f.BoolVar(&cfg.EnableOpenCensus,prefix+"gcs.enable-opencensus",true,"Enable OpenCensus (OC) instrumentation for all requests.")