Merge pull request #255 from SDFE/s3_connect_params

Use aws connect calls that allow boto profile use
This commit is contained in:
Toshio Kuratomi 2015-06-25 08:23:15 -07:00
commit d824a7a9f5

View file

@ -152,6 +152,7 @@ from ssl import SSLError
try:
import boto
import boto.ec2
from boto.s3.connection import Location
from boto.s3.connection import OrdinaryCallingFormat
from boto.s3.connection import S3Connection