Skip to content

Commit

Permalink
Merge pull request #22 from Multiplicom/bugfix/21/download_profile
Browse files Browse the repository at this point in the history
allow profile use for downloading files #21
  • Loading branch information
bramslabbinck authored Mar 21, 2019
2 parents aae10f1 + d35a10e commit 48288ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wanna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from wanna.vendors.aws import _AWS

__version__ = '0.2.0'
__version__ = '0.2.1'

ALIASES = {
"s3": _AWS,
Expand Down
1 change: 1 addition & 0 deletions wanna/download/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def download_file(
use_encryption=use_encryption,
ignore_prefix=ignore_prefix,
humanized=humanized,
**kwargs
)

if add_checksum:
Expand Down

0 comments on commit 48288ba

Please sign in to comment.