Skip to content

Commit

Permalink
Do not set aws_profile by default, since this breaks AWS default logi…
Browse files Browse the repository at this point in the history
…n behaviour.
  • Loading branch information
matthewwardrop committed Jul 16, 2018
1 parent 8f986d5 commit 08cb9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniduct/filesystems/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class S3Client(FileSystemClient):
PROTOCOLS = ['s3']
DEFAULT_PORT = 80

def _init(self, bucket=None, aws_profile='default', path_separator='/', skip_hadoop_artifacts=True):
def _init(self, bucket=None, aws_profile=None, path_separator='/', skip_hadoop_artifacts=True):
"""
bucket (str): The name of the Amazon S3 bucket to use.
aws_profile (str): The name of configured AWS profile to use. This should
Expand Down

0 comments on commit 08cb9a9

Please sign in to comment.