Skip to content

Commit

Permalink
comment local aws endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Feb 10, 2023
1 parent d85175a commit 0e3c6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var config Config
func GetSession(profile, region string) (*session.Session, error) {
sess, err := session.NewSessionWithOptions(session.Options{Config: aws.Config{
//TODO: remove hardcoded enpoint
Endpoint: aws.String("http://localhost:4566"),
//Endpoint: aws.String("http://localhost:4566"),
Region: aws.String(region),
S3ForcePathStyle: aws.Bool(true),
},
Expand Down

0 comments on commit 0e3c6b6

Please sign in to comment.