[
https://issues.apache.org/jira/browse/HADOOP-12537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043245#comment-15043245
]
Steve Loughran commented on HADOOP-12537:
-----------------------------------------
# maybe make the test dependent purely on the presence of the STS credentials
and endpoint.
# I think your test you should extend {{AbstractFSContractTestBase}}, like,
say, {{AbstractFSContractTestBase}}, so it picks up some of the setup and
config there.
# for completeness, the
# There are also things in {{ContractTestUtils}} to do directory deletion in
teardown, as well as lots of assertions & basic operations to create files.
# I don't think we need to add any more FS manipulation operations other than
creating and listing an entry, do we? That'd just be extra work.
> 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.001.patch, HADOOP-12537.diff,
> 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)