Chris Wewerka created PIO-194: --------------------------------- Summary: S3 Model Data Storage should allow more flexible ways for specifying AWS credentials Key: PIO-194 URL: https://issues.apache.org/jira/browse/PIO-194 Project: PredictionIO Issue Type: Improvement Components: Core Reporter: Chris Wewerka
S3 Storage for Model metadata storage in AWS S3 currently uses ProfileCredentialsProvider with the default profile. Switching to DefaultAWSCredentialsProviderChain which also includes ProfileCredentialsProvider as one step to get credentials,is a more flexible solution. It also allows e.g. for AWS Instance Profile Roles and thus is more flexible and does not force developers to include credentials on their PredictionIO machines. -- This message was sent by Atlassian JIRA (v7.6.3#76005)