You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by "Chris Wewerka (JIRA)" <ji...@apache.org> on 2018/11/12 13:49:00 UTC

[jira] [Updated] (PIO-194) S3 Model Data Storage should allow more flexible ways for specifying AWS credentials

     [ https://issues.apache.org/jira/browse/PIO-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Wewerka updated PIO-194:
------------------------------
    Description: 
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.

https://github.com/apache/predictionio/pull/496

  was:
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.


> 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
>            Priority: Major
>
> 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.
> https://github.com/apache/predictionio/pull/496



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)