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/10/10 09:05:16 UTC

[beam] branch master updated (88c6845 -> a432a4f)

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 88c6845  Merge pull request #6617: [BEAM-5687] Fix checkpointing of FlinkRunner for portable pipelines
     add 1f91b8a  Allow customizations of AmazonS3Client by exposing it's builder
     new a432a4f  Merge pull request #6122: [BEAM-5062] Add ability to provide custom S3ClientOptions

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:
 ...ckage-info.java => S3ClientBuilderFactory.java} | 11 +++--
 .../apache/beam/sdk/io/aws/options/S3Options.java  |  9 ++++
 .../io/aws/s3/DefaultS3ClientBuilderFactory.java   | 51 ++++++++++++++++++++++
 .../apache/beam/sdk/io/aws/s3/S3FileSystem.java    | 29 ++++--------
 .../beam/sdk/io/aws/s3/S3FileSystemTest.java       | 11 +++++
 .../org/apache/beam/sdk/io/aws/s3/S3TestUtils.java | 18 ++++++++
 6 files changed, 104 insertions(+), 25 deletions(-)
 copy sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/options/{package-info.java => S3ClientBuilderFactory.java} (78%)
 create mode 100644 sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/s3/DefaultS3ClientBuilderFactory.java


[beam] 01/01: Merge pull request #6122: [BEAM-5062] Add ability to provide custom S3ClientOptions

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 a432a4fccbb89a616eeb4533ace3045cd69fac95
Merge: 88c6845 1f91b8a
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Oct 10 11:05:07 2018 +0200

    Merge pull request #6122: [BEAM-5062] Add ability to provide custom S3ClientOptions

 .../sdk/io/aws/options/S3ClientBuilderFactory.java | 25 +++++++++++
 .../apache/beam/sdk/io/aws/options/S3Options.java  |  9 ++++
 .../io/aws/s3/DefaultS3ClientBuilderFactory.java   | 51 ++++++++++++++++++++++
 .../apache/beam/sdk/io/aws/s3/S3FileSystem.java    | 29 ++++--------
 .../beam/sdk/io/aws/s3/S3FileSystemTest.java       | 11 +++++
 .../org/apache/beam/sdk/io/aws/s3/S3TestUtils.java | 18 ++++++++
 6 files changed, 122 insertions(+), 21 deletions(-)