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 3845a8d commit e2f610eCopy full SHA for e2f610e
backends/s3/s3.go
@@ -50,7 +50,7 @@ type Options struct {
50
// e.g. /etc/s3-secrets/access-key.
51
AccessKeyFile string `yaml:"access_key_file"`
52
53
- // Path to the field containing the secret key
+ // Path to the file containing the secret key
54
// as an alternative to AccessKey and SecretKey,
55
// e.g. /etc/s3-secrets/secret-key.
56
SecretKeyFile string `yaml:"secret_key_file"`
0 commit comments