You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2018/07/19 19:56:52 UTC

[beam] branch master updated (e338528 -> f92ce36)

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from e338528  Merge pull request #5969 from amaliujia/rui_wang-add_unittest_for_beamsqlline
     add f1d4d41  Added ClientConfiguration to AwsOptions and S3FileSystem
     new f92ce36  Merge pull request #5983: [BEAM-4814] Add client configuration to aws options

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/beam/sdk/io/aws/options/AwsModule.java  | 24 ++++++++++++++
 .../apache/beam/sdk/io/aws/options/AwsOptions.java | 37 ++++++++++++++++++++++
 .../apache/beam/sdk/io/aws/s3/S3FileSystem.java    |  5 +++
 .../beam/sdk/io/aws/options/AwsModuleTest.java     | 18 +++++++++++
 4 files changed, 84 insertions(+)


[beam] 01/01: Merge pull request #5983: [BEAM-4814] Add client configuration to aws options

Posted by ie...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit f92ce369bffae1fbedf07e5d0db508dd9627ba00
Merge: e338528 f1d4d41
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Jul 19 21:56:48 2018 +0200

    Merge pull request #5983: [BEAM-4814] Add client configuration to aws options

 .../apache/beam/sdk/io/aws/options/AwsModule.java  | 24 ++++++++++++++
 .../apache/beam/sdk/io/aws/options/AwsOptions.java | 37 ++++++++++++++++++++++
 .../apache/beam/sdk/io/aws/s3/S3FileSystem.java    |  5 +++
 .../beam/sdk/io/aws/options/AwsModuleTest.java     | 18 +++++++++++
 4 files changed, 84 insertions(+)