s3: Correct comment

This commit is contained in:
Alexander Neumann 2017-11-20 22:21:39 +01:00
parent 06bd606d85
commit e83ec17e95
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const defaultPrefix = "restic"
// ParseConfig parses the string s and extracts the s3 config. The two
// supported configuration formats are s3://host/bucketname/prefix and
// s3:host:bucketname/prefix. The host can also be a valid s3 region
// s3:host/bucketname/prefix. The host can also be a valid s3 region
// name. If no prefix is given the prefix "restic" will be used.
func ParseConfig(s string) (interface{}, error) {
switch {