50.2 User Service LocalStack manual test (#50)

This commit is contained in:
Art
2023-01-12 15:47:03 +02:00
parent af1e9114b1
commit e8e92950aa
5 changed files with 125 additions and 2 deletions

View File

@ -143,5 +143,21 @@ app:
amazon-s3:
bucket-name: portal-user-profile-images
---
spring:
config:
activate:
on-profile: image-s3-localstack
app:
amazon-s3:
bucket-name: portal-user-profile-images
config:
aws:
region: eu-north-1
s3:
url: http://127.0.0.1:4566
bucket-name: portal-user-profile-images
access-key: localstack
secret-key: localstack