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 0464fd3 commit 07b7ed9Copy full SHA for 07b7ed9
pkg/config/config.go
@@ -39,6 +39,7 @@ func Init(cfg any, options ...source.Option) (err error) {
39
SigningMethod: os.Getenv("s3_signing_method"),
40
Region: os.Getenv("s3_region"),
41
Bucket: os.Getenv("s3_bucket"),
42
+ Endpoint: os.Getenv("s3_endpoint"),
43
AccessKeyID: os.Getenv("s3_access_key_id"),
44
SecretAccessKey: os.Getenv("s3_secret_access_key"),
45
}
0 commit comments