[
https://issues.apache.org/jira/browse/HADOOP-12537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987340#comment-14987340
]
Steve Loughran commented on HADOOP-12537:
-----------------------------------------
# why not make this a new test case class, one that skips (using {{Assume}}) if
the STS config option is unset? The keys will still need to be in there to
trigger the hadoop-aws test run. We could easily make the java4 tests skippable
without auth, but the inherited {{FilesystemContractBaseTest}} code lacks that
# if you change the scope of the new STS lib to <provided>, it'll get pulled in
for both build & test but not picked up.
# make sure your test dirs are cleaned up even if a test fails -put them in
{{finally}} clauses or in an {{@After}} method.
> s3a: Add flag for session ID to allow Amazon STS temporary credentials
> ----------------------------------------------------------------------
>
> Key: HADOOP-12537
> URL: https://issues.apache.org/jira/browse/HADOOP-12537
> Project: Hadoop Common
> Issue Type: New Feature
> Components: fs/s3
> Affects Versions: 2.7.1
> Reporter: Sean Mackrory
> Priority: Minor
> Attachments: HADOOP-12537.diff
>
>
> Amazon STS allows you to issue temporary access key id / secret key pairs for
> your a user / role. However, using these credentials also requires specifying
> a session ID. There is currently no such configuration property or the
> required code to pass it through to the API (at least not that I can find) in
> any of the S3 connectors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)