Skip to content

Commit

Permalink
Remove closing curly brace from comment in JS example
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerdolby authored Dec 27, 2022
1 parent c27ef35 commit 0eb5b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_source/example_s3_GetObject_section.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const bucketParams = {
export const run = async () => {
try {
// Get the object} from the Amazon S3 bucket. It is returned as a ReadableStream.
// Get the object from the Amazon S3 bucket. It is returned as a ReadableStream.
const data = await s3Client.send(new GetObjectCommand(bucketParams));
// Convert the ReadableStream to a string.
return await data.Body.transformToString();
Expand Down Expand Up @@ -580,4 +580,4 @@ Read an object into a Swift Data object\.

------

For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](UsingAWSSDK.md#sdk-general-information-section)\. This topic also includes information about getting started and details about previous SDK versions\.
For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](UsingAWSSDK.md#sdk-general-information-section)\. This topic also includes information about getting started and details about previous SDK versions\.

0 comments on commit 0eb5b88

Please sign in to comment.