Skip to content

Commit 442aeaf

Browse files
Bug fixes #8
1 parent 6b81026 commit 442aeaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/clouds/aws_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
class AWS(Clouds):
3131
def __init__(self, **options):
32-
self.s3 = boto3.client('s3', options)
32+
self.s3 = boto3.client('s3', **options)
3333

3434
def upload_directory(self, directory, **options):
3535
bucket_name = options.pop('bucket_name', None)

0 commit comments

Comments
 (0)