You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/09/03 13:03:11 UTC

[GitHub] XD-DENG commented on issue #3823: [AIRFLOW-2985] An operator for S3 object copying/deleting

XD-DENG commented on issue #3823: [AIRFLOW-2985] An operator for S3 object copying/deleting
URL: https://github.com/apache/incubator-airflow/pull/3823#issuecomment-418109266
 
 
   I have added another commit into this PR, which is another new operator providing feature to delete object from S3 bucket (which is also a quite common use case, like removing a file after it's processed). Together with object copying, it can "mimic" renaming operation in S3.
   
   For this new operator for deleting object, it's hard to support S3 full URL as bucket + key (like what we did for the earlier operator copying object), as I want to support deleting single object/multiple objects in one single operator (when the key provided is a `Str`, it's going to delete single object; it's the key provided is a list, it's going to delete multiple objects).
   
   PTAL @ashb . Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services