Skip to content

Commit

Permalink
Update GetPDFandSave.java
Browse files Browse the repository at this point in the history
 * Removed illegal character
 * Changed the name of the public class to match the filename
  • Loading branch information
juanmcloaiza authored Oct 13, 2023
1 parent f11399a commit 30b021e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 */
`

package aws.example.s3;

import java.io.InputStream;
Expand All @@ -14,7 +14,7 @@
import com.amazonaws.services.s3.model.GetObjectRequest;
import com.amazonaws.services.s3.model.S3Object;

public class App {
public class GetPDFandSave {

private static final String ACCESS_KEY = "ACCESS_KEY";
private static final String SECRET_KEY = "SECRET_KEY";
Expand Down

0 comments on commit 30b021e

Please sign in to comment.