We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e79a96 commit f924249Copy full SHA for f924249
java/example_code/s3/src/main/java/aws/example/s3/GetPDFandSave.java
@@ -1,6 +1,6 @@
1
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
SPDX-License-Identifier: Apache-2.0 */
3
-`
+
4
package aws.example.s3;
5
6
import java.io.InputStream;
@@ -14,7 +14,7 @@
14
import com.amazonaws.services.s3.model.GetObjectRequest;
15
import com.amazonaws.services.s3.model.S3Object;
16
17
-public class App {
+public class GetPDFandSave {
18
19
private static final String ACCESS_KEY = "ACCESS_KEY";
20
private static final String SECRET_KEY = "SECRET_KEY";
0 commit comments