Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit c2815d4

Browse files
authored
Merge pull request #95 from tannerdolby/patch-1
Remove closing curly brace from comment in JS example
2 parents a2086a7 + 0eb5b88 commit c2815d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/example_s3_GetObject_section.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export const bucketParams = {
329329
330330
export const run = async () => {
331331
try {
332-
// Get the object} from the Amazon S3 bucket. It is returned as a ReadableStream.
332+
// Get the object from the Amazon S3 bucket. It is returned as a ReadableStream.
333333
const data = await s3Client.send(new GetObjectCommand(bucketParams));
334334
// Convert the ReadableStream to a string.
335335
return await data.Body.transformToString();
@@ -614,4 +614,4 @@ Read an object into a Swift Data object\.
614614

615615
------
616616

617-
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\.
617+
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 commit comments

Comments
 (0)