Skip to content

Commit 59031da

Browse files
committed
s3: other typos
1 parent 3cd5e69 commit 59031da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/s3/credentials.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import (
1414
type FileSecretsCredentials struct {
1515
credentials.Expiry
1616

17-
// Path to the field containing the access key,
17+
// Path to the file containing the access key,
1818
// e.g. /etc/s3-secrets/access-key.
1919
AccessKeyFile string
2020

21-
// Path to the field containing the secret key,
21+
// Path to the file containing the secret key,
2222
// e.g. /etc/s3-secrets/secret-key.
2323
SecretKeyFile string
2424
}

0 commit comments

Comments
 (0)