Skip to content

Commit

Permalink
Fix bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
KianNH authored Jul 10, 2022
1 parent 8239ef9 commit 762bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/r2/examples/aws-sdk-js-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ console.log(

console.log(
await S3.send(
new ListObjectsV2Command({ Bucket: 'sdk-example' })
new ListObjectsV2Command({ Bucket: 'my-bucket-name' })
)
);
// {
Expand Down

0 comments on commit 762bbd1

Please sign in to comment.