You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Andy Hadjigeorgiou (JIRA)" <ji...@apache.org> on 2017/10/05 19:46:00 UTC

[jira] [Created] (AIRFLOW-1686) S3Hook expose boto list_objects and deletion methods

Andy Hadjigeorgiou created AIRFLOW-1686:
-------------------------------------------

             Summary: S3Hook expose boto list_objects and deletion methods
                 Key: AIRFLOW-1686
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1686
             Project: Apache Airflow
          Issue Type: Improvement
          Components: boto3, hooks
            Reporter: Andy Hadjigeorgiou
            Assignee: Andy Hadjigeorgiou
            Priority: Minor


To make S3Hook more useful, I propose exposing both list_objects and delete functions from boto into the wrapper. Both of these methods span common tasks related to s3, and list_objects provides the added value over list_keys with additional context (last modified timestamps).

I'm working on adding both, will link PR here when ready. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)