Just for clarity, the old boto library is fully compatible with Python 3. "boto3" is a completely different API that AWS is migrating to.
On Wed, May 18, 2016 at 6:14 PM Chris Riccomini <criccom...@apache.org> wrote: > Hey David, > > This is tracked here: > > https://issues.apache.org/jira/browse/AIRFLOW-115 > > You'll have to ask Arthur for the status. > > Cheers, > Chris > > On Wed, May 18, 2016 at 3:09 PM, David Klosowski <dav...@thinknear.com> > wrote: > > > Hi Airflowers: > > > > I was testing using the S3KeySensor and it became clear that it's using > > boto instead of boto3. Is there any plan to migrate to boto3 (2.0 for > > instance especially if there is full support for python 3)? > > > > > https://aws.amazon.com/blogs/aws/now-available-aws-sdk-for-python-3-boto3/ > > > > Thanks. > > > > Cheers, > > David > > >