Merge pull request #255 from SDFE/s3_connect_params
Use aws connect calls that allow boto profile use
This commit is contained in:
commit
d824a7a9f5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue