Commit Graph

3 Commits

Author SHA1 Message Date
Sean McGinnis 551f58b978 Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: Ic07c0f6fa0b23242eb884cc34ac9d963b3030b17
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-22 15:40:48 +02:00
Jeremy Freudberg a37dfac06b S3 data source URL format change
The old way will still work, but prefer s3:// now.

Change-Id: Ia1f8eba22016044aa5ffe50b2ab898908aef1890
2018-08-03 09:34:58 -04:00
Jeremy Freudberg a449558ac0 S3 data source
* Create S3 data source type for EDP
* Support storing S3 secret key in Castellan
* Unit tests for new data source type
* Document new data source type and related ideas
* Add support of S3 configs into Spark and Oozie workflows
* Hide S3 credentials in job execution info, like for Swift
* Release note

Change-Id: I3ae5b9879b54f81d34bc7cd6a6f754347ce82f33
2018-07-02 14:27:46 -04:00