We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b81026 commit 442aeafCopy full SHA for 442aeaf
1 file changed
examples/clouds/aws_cloud.py
@@ -29,7 +29,7 @@
29
30
class AWS(Clouds):
31
def __init__(self, **options):
32
- self.s3 = boto3.client('s3', options)
+ self.s3 = boto3.client('s3', **options)
33
34
def upload_directory(self, directory, **options):
35
bucket_name = options.pop('bucket_name', None)
0 commit comments