This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from bb319db Merge pull request #5277: [BEAM-3515] Portable translation of
SplittableProcessKeyed
add aeae5c0 [BEAM-3813] Refactor constructors to use only S3Options
instead of each param
add 3d169fc [BEAM-3813] Update aws-java-sdk version to version 1.11.319
add 6473b91 [BEAM-3813] Add support for SSE-C in S3 Filesystem
add 01d3bd7 [BEAM-3813] Add support for SSE-S3 in S3 Filesystem
add 3e834c6 [BEAM-3813] Add support for SSE-KMS in S3 Filesystem
add 5fb21de [BEAM-3813] Fix error-prone and other warnings for the AWS
module
new 7a3f688 Merge pull request #5244 from iemejia/BEAM-3813-s3-sse
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:
sdks/java/io/amazon-web-services/build.gradle | 4 +-
sdks/java/io/amazon-web-services/pom.xml | 15 +-
.../apache/beam/sdk/io/aws/options/AwsModule.java | 19 +-
.../apache/beam/sdk/io/aws/options/S3Options.java | 39 ++-
.../apache/beam/sdk/io/aws/s3/S3FileSystem.java | 128 +++++-----
.../beam/sdk/io/aws/s3/S3FileSystemRegistrar.java | 2 +-
.../io/aws/s3/S3ReadableSeekableByteChannel.java | 15 +-
.../beam/sdk/io/aws/s3/S3WritableByteChannel.java | 52 +++-
.../beam/sdk/io/aws/options/AwsModuleTest.java | 2 +-
.../beam/sdk/io/aws/s3/MatchResultMatcher.java | 4 +-
.../beam/sdk/io/aws/s3/S3FileSystemTest.java | 262 +++++++++++++++------
.../beam/sdk/io/aws/s3/S3ResourceIdTest.java | 41 ++--
.../org/apache/beam/sdk/io/aws/s3/S3TestUtils.java | 82 +++++++
.../sdk/io/aws/s3/S3WritableByteChannelTest.java | 102 ++++++--
14 files changed, 561 insertions(+), 206 deletions(-)
create mode 100644
sdks/java/io/amazon-web-services/src/test/java/org/apache/beam/sdk/io/aws/s3/S3TestUtils.java
--
To stop receiving notification emails like this one, please contact
[email protected].