You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Paul Gerver (JIRA)" <ji...@apache.org> on 2018/04/02 20:53:00 UTC

[jira] [Created] (BEAM-3986) Improve setAwsCredentialsProvider documentation

Paul Gerver created BEAM-3986:
---------------------------------

             Summary: Improve setAwsCredentialsProvider documentation
                 Key: BEAM-3986
                 URL: https://issues.apache.org/jira/browse/BEAM-3986
             Project: Beam
          Issue Type: Improvement
          Components: io-java-aws
    Affects Versions: 2.4.0
            Reporter: Paul Gerver
            Assignee: Ismaël Mejía


I tried using --awsCredentialsProvider with a JSON string (i.e., --awsCredentialsProvider='\{"awsAccessKeyId" : "<keyid>", "awsSecretKey" : "<secret>"}') and it was not clear from documentation that "@type" and an AWS credentials class was required.

We should improve the javadoc and PipelineOptions to include the following description/example:

@Description("The credential instance that should be used to authenticate against AWS services. " + "The option value must contain \"@type\" field and an AWS Credentials Provider class name as a value. " + "Refer to DefaultAWSCredentialsProviderChain Javadoc for usage help. " + "For example, to specify the AWS key ID and secret on the command line, specify the following: \{\"@type\": \"AWSStaticCredentialsProvider\", \"awsAccessKeyId\":\"<key_id>\", \"awsSecretKey\":\"<secret_key>\"}

 

 



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