[GitHub] [beam] hostirosti edited a comment on pull request #4080: [BEAM-2500] Add S3 FileSystem to Java SDK

2020-11-13 Thread GitBox
hostirosti edited a comment on pull request #4080: URL: https://github.com/apache/beam/pull/4080#issuecomment-727086784 Solution seems to be to useĀ  ```Java options.setAwsRegion(); FileSystems.setDefaultPipelineOptions(options); ``` at runtime before using

[GitHub] [beam] hostirosti edited a comment on pull request #4080: [BEAM-2500] Add S3 FileSystem to Java SDK

2020-11-12 Thread GitBox
hostirosti edited a comment on pull request #4080: URL: https://github.com/apache/beam/pull/4080#issuecomment-726375395 @jack749 Do you know how writing to multiple buckets in different regions can be configured? Details about the issue I'm running into: