Skip to content

Commit

Permalink
fix(docs): correct s3 create bucket flow example
Browse files Browse the repository at this point in the history
  • Loading branch information
smantri-moveworks committed Jan 26, 2024
1 parent ed366ed commit 88ab67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/aws/s3/CreateBucket.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"accessKeyId: \"<access-key>\"",
"secretKeyId: \"<secret-key>\"",
"region: \"eu-central-1\"",
"name: \"my-bucket\""
"bucket: \"my-bucket\""
}
)
}
Expand Down

0 comments on commit 88ab67f

Please sign in to comment.