You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Anonymous (Jira)" <ji...@apache.org> on 2023/09/28 19:44:00 UTC

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

     [ https://issues.apache.org/jira/browse/BEAM-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anonymous updated BEAM-8461:
----------------------------
    Status: Triage Needed  (was: Resolved)

> 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
>            Priority: P3
>             Fix For: Missing
>
>
> 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.20.10#820010)