-
Notifications
You must be signed in to change notification settings - Fork 170
Customization
Jae Hyeon Bae edited this page May 10, 2013
·
3 revisions
###How to set up AWS credential
To use S3FileSink or SQSNotify, we should be able to let Suro server know AWS credential. For the security reason, if we do not want to write AWS secret key and access key on configuration file, we can set up custom AWS credential implementing com.amazonaws.auth.AWSCredentialProvider
through SuroServer.Builder.withAWSCredentialsProvider
.