Skip to content

Commit

Permalink
Update _index.md (#2550)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
SatoKeiju committed Mar 14, 2024
1 parent c96edb6 commit 7a709fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/migrating/_index.md
Expand Up @@ -694,7 +694,7 @@ import "github.com/aws/aws-sdk-go-v2/service/s3"

// ...

client : s3.NewFromConfig(cfg)
client := s3.NewFromConfig(cfg)

output, err := client.PutObject(context.TODO(), &s3.PutObjectInput{
// input parameters
Expand Down

0 comments on commit 7a709fb

Please sign in to comment.