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

Commit d4314b1

Browse files
authored
Update get-started.md
1 parent 8e03d9d commit d4314b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ After the project is created and contains the example class, build and run the a
270270

271271
When you run the application, it uploads a new a text file to a new bucket in Amazon S3\. Afterward, it will also delete the file and bucket\.
272272

273-
1. In `App.java`, comment out the line `cleanUp(s3, bucket, key);` and save the file\.
273+
1. In `Handler.java`, comment out the line `cleanUp(s3, bucket, key);` and save the file\.
274274

275275
1. Rebuild the project by running `mvn package`\.
276276

@@ -299,4 +299,4 @@ Now that you have the basics down, you can learn about:
299299
+ [Working with Amazon S3](examples-s3.md)
300300
+ [Working with other Amazon Web Services](examples.md), such as [DynamoDB](examples-dynamodb.md), [Amazon EC2](examples-ec2.md), and [IAM](examples-iam.md)
301301
+ [Using the SDK](using.md)
302-
+ [Security for the AWS SDK for Java](security.md)
302+
+ [Security for the AWS SDK for Java](security.md)

0 commit comments

Comments
 (0)