Skip to content

Commit e2f610e

Browse files
ahouenewojas
andauthored
s3: typo in doc comment
Co-authored-by: wojas <[email protected]>
1 parent 3845a8d commit e2f610e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/s3/s3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type Options struct {
5050
// e.g. /etc/s3-secrets/access-key.
5151
AccessKeyFile string `yaml:"access_key_file"`
5252

53-
// Path to the field containing the secret key
53+
// Path to the file containing the secret key
5454
// as an alternative to AccessKey and SecretKey,
5555
// e.g. /etc/s3-secrets/secret-key.
5656
SecretKeyFile string `yaml:"secret_key_file"`

0 commit comments

Comments
 (0)