Merge pull request #255 from SDFE/s3_connect_params

Use aws connect calls that allow boto profile use
reviewable/pr18780/r1
Toshio Kuratomi 9 years ago
commit d824a7a9f5

@ -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

Loading…
Cancel
Save