Re: Dealing with AWS Regions

2018-03-15 Thread Lukasz Cwik
would allow for FileSystems to be decoupled from PipelineOptions and hence could be constructed and registered directly. What were you thinking? On Tue, Mar 13, 2018 at 9:44 AM Jacob Marble wrote: > Starting a new thread just for dealing with AWS regions better, context S3 > and Re

Dealing with AWS Regions

2018-03-13 Thread Jacob Marble
Starting a new thread just for dealing with AWS regions better, context S3 and Redshift. S3FileSystem.amazonS3 build could be refactored to select region based on [1]: 1. the flag value region 2. the EC2 region, if found in environment (running in EC2 VM) 3. the default region (us-east-1) For