[teiid-issues] [JBoss JIRA] (TEIID-4981) Support Amazon S3 Transaltor

Ramesh Reddy (JIRA) issues at jboss.org
Mon Aug 7 12:06:00 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445208#comment-13445208 ] 

Ramesh Reddy commented on TEIID-4981:
-------------------------------------

The REST support is already there is reach Amazon S3, however, there is no provided mechanism to send the "Authorization" header.  To support "Authorization", there are couple different options
- Minimally we can supply a UDF to generate the headers required then user can continue to use the "ws" translator
- Provide a specific "S3" translator with a metadata calls similar to that of file translator, where calling interface is "getTextFile', "getFile", deleteFile, saveFile etc, but use the "ws" as the resource adapter to provide a simplified interface. Where these methods support taking the access keys as parameters and generate the required headers (there are more than single header)

I am leaning towards the 2nd option, any thoughts?

> Support Amazon S3 Transaltor
> ----------------------------
>
>                 Key: TEIID-4981
>                 URL: https://issues.jboss.org/browse/TEIID-4981
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Misc. Connectors
>    Affects Versions: 8.12.x-6.4
>            Reporter: Ramesh Reddy
>             Fix For: Open To Community
>
>
> Support Amazon S3 access from Teiid. Typically this is viewed as file-based access? however handling the security is key here.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list