[ 
https://issues.apache.org/jira/browse/FLINK-28216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557845#comment-17557845
 ] 

Martijn Visser commented on FLINK-28216:
----------------------------------------

[~prabhujoseph] Can you elaborate a bit on what you're trying to achieve? Is it 
not already possible, as documented on 
https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/filesystems/s3/
 ?

> Hadoop S3FileSystemFactory does not honor fs.s3.impl
> ----------------------------------------------------
>
>                 Key: FLINK-28216
>                 URL: https://issues.apache.org/jira/browse/FLINK-28216
>             Project: Flink
>          Issue Type: Improvement
>          Components: FileSystems
>    Affects Versions: 1.15.0
>            Reporter: Prabhu Joseph
>            Priority: Minor
>
> Currently Hadoop S3FileSystemFactory has hardcoded the S3 FileSystem 
> implementation to S3AFileSystem. It does not allow to configure any other 
> implementation specified in fs.s3.impl. Suggest to read the fs.s3.impl from 
> Hadoop Config loaded and use the same.
>  
> {code:java}
> @Override
> protected org.apache.hadoop.fs.FileSystem createHadoopFileSystem() {
>     return new S3AFileSystem();
> }{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to