You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/11/14 20:19:52 UTC

[beam] branch master updated (9e9c6d797ba -> 9c83de646ab)

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

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


    from 9e9c6d797ba Merge pull request #24029 from apache/dependabot/npm_and_yarn/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/loader-utils-1.4.1
     add 9c83de646ab Add more tests for S3 filesystem (#24138)

No new revisions were added by this update.

Summary of changes:
 sdks/go.mod                                      |   9 +-
 sdks/go.sum                                      |  15 +
 sdks/go/pkg/beam/io/filesystem/s3/helper_test.go | 154 +++++++++
 sdks/go/pkg/beam/io/filesystem/s3/s3_test.go     | 389 +++++++++++++++++++++++
 sdks/go/pkg/beam/io/filesystem/s3/writer_test.go |  94 ++++++
 5 files changed, 659 insertions(+), 2 deletions(-)
 create mode 100644 sdks/go/pkg/beam/io/filesystem/s3/helper_test.go
 create mode 100644 sdks/go/pkg/beam/io/filesystem/s3/s3_test.go
 create mode 100644 sdks/go/pkg/beam/io/filesystem/s3/writer_test.go