From c5f5dfd8a0b73a384a6970113a1012a05bf5276d Mon Sep 17 00:00:00 2001 From: Dan Abel Date: Fri, 31 Oct 2014 14:46:32 +0000 Subject: [PATCH] use aws connect calls that allow boto profile use --- cloud/amazon/s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/amazon/s3.py b/cloud/amazon/s3.py index e7d017f58ea..2ca36a85bdc 100644 --- a/cloud/amazon/s3.py +++ b/cloud/amazon/s3.py @@ -116,6 +116,7 @@ from boto.s3.connection import OrdinaryCallingFormat try: import boto + import boto.ec2 from boto.s3.connection import Location from boto.s3.connection import S3Connection except ImportError: