Skip to content

Commit

Permalink
Merge pull request #357 from shrutimantri/correct_s3_example
Browse files Browse the repository at this point in the history
fix(docs): correct s3 create bucket flow example
  • Loading branch information
anna-geller authored Jan 31, 2024
2 parents 1b494ed + 88ab67f commit c5fd916
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 c5fd916

Please sign in to comment.