You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Jose Fernandez (Jira)" <ji...@apache.org> on 2019/10/23 09:53:00 UTC

[jira] [Created] (BEAM-8461) TextIO write to AWS S3 with awsServiceEndpoint

Jose Fernandez created BEAM-8461:
------------------------------------

             Summary: TextIO write to AWS S3 with awsServiceEndpoint
                 Key: BEAM-8461
                 URL: https://issues.apache.org/jira/browse/BEAM-8461
             Project: Beam
          Issue Type: Bug
          Components: io-java-aws
            Reporter: Jose Fernandez


I'd like write to AWS S3 changed the ServiceEndpoint. In my example I put [http://localhost:4572|http://localhost:4572/] (using localstack) in the AwsOptions.AwsServiceEndpoint. The problem is when I tried to write with
 * TextIO.write().to({color:#6a8759}"s3://etl"{color}) -> The error is: AmazonS3Exception: The specified bucket does not exist
 * TextIO.write().to({color:#6a8759}"http://localhost:4572/etl"{color})  -> The error is: Exception in thread "main" java.lang.IllegalArgumentException: No filesystem found for scheme http

The other configuration is ok

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)