We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd5e69 commit 59031daCopy full SHA for 59031da
backends/s3/credentials.go
@@ -14,11 +14,11 @@ import (
14
type FileSecretsCredentials struct {
15
credentials.Expiry
16
17
- // Path to the field containing the access key,
+ // Path to the file containing the access key,
18
// e.g. /etc/s3-secrets/access-key.
19
AccessKeyFile string
20
21
- // Path to the field containing the secret key,
+ // Path to the file containing the secret key,
22
// e.g. /etc/s3-secrets/secret-key.
23
SecretKeyFile string
24
}
0 commit comments