38.2 Working with S3 (tutorial) - using aws-java-sdk (#38)

This commit is contained in:
Art
2021-09-29 11:12:42 +03:00
parent ebcb900cdf
commit 70aebf53bb
5 changed files with 156 additions and 1 deletions

View File

@ -86,6 +86,12 @@
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.12.75</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@ -108,7 +114,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<scope>test</scope>
</dependency>
</dependencies>