[
https://issues.apache.org/jira/browse/BEAM-2500?focusedWorklogId=511624&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-511624
]
ASF GitHub Bot logged work on BEAM-2500:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Nov/20 23:43
Start Date: 13/Nov/20 23:43
Worklog Time Spent: 10m
Work Description: 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(<newAwsBucketRegion>);
FileSystems.setDefaultPipelineOptions(options);
```
at runtime before using FileSystems.create(..)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 511624)
Time Spent: 40m (was: 0.5h)
> Add support for S3 as a Apache Beam FileSystem
> ----------------------------------------------
>
> Key: BEAM-2500
> URL: https://issues.apache.org/jira/browse/BEAM-2500
> Project: Beam
> Issue Type: New Feature
> Components: io-java-aws
> Reporter: Luke Cwik
> Assignee: Jacob Marble
> Priority: P3
> Fix For: 2.3.0
>
> Attachments: hadoop_fs_patch.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Note that this is for providing direct integration with S3 as an Apache Beam
> FileSystem.
> There is already support for using the Hadoop S3 connector by depending on
> the Hadoop File System module[1], configuring HadoopFileSystemOptions[2] with
> a S3 configuration[3].
> 1: https://github.com/apache/beam/tree/master/sdks/java/io/hadoop-file-system
> 2:
> https://github.com/apache/beam/blob/master/sdks/java/io/hadoop-file-system/src/main/java/org/apache/beam/sdk/io/hdfs/HadoopFileSystemOptions.java#L53
> 3: https://wiki.apache.org/hadoop/AmazonS3
--
This message was sent by Atlassian Jira
(v8.3.4#803005)