Skip to content

Commit

Permalink
Update lib/config/aws.go
Browse files Browse the repository at this point in the history
  • Loading branch information
julesjcraske authored Jan 3, 2025
1 parent 4bfab13 commit 3876447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/config/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
// AWS configures credentials for access to Amazon Web Services.
// It is intended to be used in composition rather than a key.
type AWS struct {
AccountID string `json:"account_id" env:"AWS_ACCOUNT_ID"`
AccessKeyID string `json:"access_key_id" env:"AWS_ACCESS_KEY_ID"`
AccessKeySecret string `json:"access_key_secret" env:"AWS_SECRET_ACCESS_KEY"`

Expand Down

0 comments on commit 3876447

Please sign in to comment.