[jira] [Updated] (ARROW-9517) Allow session_token argument when initializing S3FileSystem

2020-07-19 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated ARROW-9517:
--
Labels: AWS pull-request-available s3  (was: AWS s3)

> Allow session_token argument when initializing S3FileSystem
> ---
>
> Key: ARROW-9517
> URL: https://issues.apache.org/jira/browse/ARROW-9517
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++, Python
>Affects Versions: 0.17.1
>Reporter: Matthew Corley
>Priority: Major
>  Labels: AWS, pull-request-available, s3
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In order to access S3 using temporary credentials (from STS), users must 
> supply a session token in addition to the usual access key and secret key. 
> However, currently, the S3FileSystem class only accepts access_key and 
> secret_key arguments.  The only workaround is to provide the session token as 
> an environment variable, but this not ideal for a variety of reasons.
> This is a request to allow an optional session_token argument when 
> initializing the S3FileSystem.



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


[jira] [Updated] (ARROW-9517) Allow session_token argument when initializing S3FileSystem

2020-07-17 Thread Matthew Corley (Jira)


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

Matthew Corley updated ARROW-9517:
--
Labels: AWS s3  (was: AWS)

> Allow session_token argument when initializing S3FileSystem
> ---
>
> Key: ARROW-9517
> URL: https://issues.apache.org/jira/browse/ARROW-9517
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++, Python
>Affects Versions: 0.17.1
>Reporter: Matthew Corley
>Priority: Major
>  Labels: AWS, s3
>
> In order to access S3 using temporary credentials (from STS), users must 
> supply a session token in addition to the usual access key and secret key. 
> However, currently, the S3FileSystem class only accepts access_key and 
> secret_key arguments.  The only workaround is to provide the session token as 
> an environment variable, but this not ideal for a variety of reasons.
> This is a request to allow an optional session_token argument when 
> initializing the S3FileSystem.



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