Skip to content

Commit

Permalink
Merge pull request iterative#558 from efiop/master
Browse files Browse the repository at this point in the history
aws: rename CredentialSection to Profile
  • Loading branch information
efiop authored Mar 16, 2018
2 parents 8c631d4 + 61976cb commit 3cbe292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dvc/cloud/credentials_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class AWSCredentials(object):
def __init__(self, cloud_config):
self._conf_credpath = cloud_config.get('CredentialPath', None)
self._conf_credsect = cloud_config.get('CredentialSection', 'default')
self._conf_credsect = cloud_config.get('Profile', 'default')

@property
def access_key_id(self):
Expand Down
2 changes: 1 addition & 1 deletion dvc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Config(object):
[AWS]
CredentialPath = ~/.aws/credentials
CredentialSection = default
Profile = default
StoragePath = dvc/tutorial
Expand Down

0 comments on commit 3cbe292

Please sign in to comment.