to use AWS S3 storage you need to export yor AWS credentials as an an environment variabes as below:
export AWS_ACCESS_KEY_ID=xxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxin application.properties you need to define variables below
stripe.keys.public=pk_test_
stripe.keys.secret=sk_test_some text to test the triggers