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

@ -128,4 +128,17 @@ server.ssl:
key-store-password: secret # Keystore password
key-store-type: PKCS12 # Keystore format
---
spring:
config:
activate:
on-profile: image-s3
app:
amazon-s3:
access-key: ${AMAZON_S3_ACCESS_KEY}
secret-key: ${AMAZON_S3_SECRET_KEY}
region: eu-north-1
bucket-name: portal-user-profile-images