Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Amigoscode authored and Nelson committed Oct 19, 2019
1 parent 104e375 commit 5bb2be1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# image-upload-spring-boot-react

<img width="1231" alt="Screenshot 2019-10-10 at 21 56 42" src="https://user-images.githubusercontent.com/40702606/66605971-035df380-eba9-11e9-9f03-2067756be318.png">


<img width="1062" alt="Screenshot 2019-10-10 at 21 59 38" src="https://user-images.githubusercontent.com/40702606/66606086-491abc00-eba9-11e9-8051-14d4b8eb1ca1.png">
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public class AmazonConfig {
@Bean
public AmazonS3 s3() {
AWSCredentials awsCredentials = new BasicAWSCredentials(
"AKIAT54YEKARRF6UKPOY",
"KjSFt1fgiGjWCjrAzRkw7wMoUAvYre+mI9uPvjex"
"Replace with your own",
"Replace with your own"
);
return AmazonS3ClientBuilder
.standard()
Expand Down

0 comments on commit 5bb2be1

Please sign in to comment.