From e83ec17e9513473a48714c48e189cc1687e9feb2 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 20 Nov 2017 22:21:39 +0100 Subject: [PATCH] s3: Correct comment --- internal/backend/s3/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backend/s3/config.go b/internal/backend/s3/config.go index 59cdec254..5a2b0c107 100644 --- a/internal/backend/s3/config.go +++ b/internal/backend/s3/config.go @@ -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 {