Skip to content

Commit

Permalink
print s3 config region
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Brown <[email protected]>
  • Loading branch information
94DanielBrown committed Aug 7, 2024
1 parent 158383d commit 2d7dd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type Client struct {
// Connect initializes a new S3 client
func Connect() (*Client, error) {
config, err := awsconfig.New()
fmt.Println("config.region", config.Region)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 2d7dd94

Please sign in to comment.