ParseConfig parses the string s and extracts the b2 config. The supported
configuration format is b2:bucketname/prefix. If no prefix is given the
prefix "restic" will be used.
type Config struct {
AccountID string Key string Bucket string Prefix string Connections uint `option:"connections" help:"set a limit for the number of concurrent connections (default: 5)"`
}
Config contains all configuration necessary to connect to an b2 compatible
server.