You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ar...@apache.org on 2021/08/17 13:32:07 UTC

[beam] branch master updated (80da0ec -> 943a14f)

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

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


    from 80da0ec  [BEAM-11088] TestStream utility and testing improvements (#15320)
     add 0bf574b  [BEAM-12429] Add support for S3 Bucket Key at the object level
     add 943a14f  Merge pull request #15333: [BEAM-12429] Add support for S3 Bucket Key at the object level

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/sdk/io/aws/options/S3Options.java    |  8 ++++++++
 .../apache/beam/sdk/io/aws/s3/S3FileSystemConfiguration.java  |  9 +++++++++
 .../org/apache/beam/sdk/io/aws/s3/S3WritableByteChannel.java  |  1 +
 .../test/java/org/apache/beam/sdk/io/aws/s3/S3TestUtils.java  |  6 +++++-
 .../apache/beam/sdk/io/aws/s3/S3WritableByteChannelTest.java  | 11 ++++++++---
 5 files changed, 31 insertions(+), 4 deletions(-)