QuickTip: Integrating Amazon S3 in your Scala Product
Reading Time: < 1 minute This post is supposed to be a quick cheat sheet of integrating your Scala product with Amazon S3. The pre-requisites are that you have a valid S3 account and have the keys to access the account. We have put our S3 credentials in our application.conf. We use the Typesafe Config for managing our configurations. So our example entries would be # Amazon S3 Details aws.s3.bucket=email-attachments Continue Reading