GitHub user cdfhuang opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/184
Allow instance profile authentication with S3
This PR generalizes authentication with S3 access (for storing notebooks) a
bit. Before the only way to authenticate was to set the AWS_ACCESS_KEY_ID and
AWS_SECRET_ACCESS_KEY environment variables. This change uses
DefaultAWSCredentialsProviderChain for authentication, which allows instance
profiles on EC2 instances for authentication with S3.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cdfhuang/incubator-zeppelin
s3_instance_profiles
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/184.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #184
----
commit d0a0b03e87961c15164af3a1c97c8c059a2aeda3
Author: Corey Huang <[email protected]>
Date: 2015-08-06T23:46:14Z
Allow instance profile authentication with S3
commit 2fb5de04933bb5effd758c0525fa4dcb8ca031f6
Author: Corey Huang <[email protected]>
Date: 2015-08-07T00:54:44Z
Fix comment error
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---